#38977D

Color #38977D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #38977D

Tints of Gossamer #38977D

Color information

#38977D (or 0x38977D) is unknown color: approx Gossamer. HEX triplet: 38, 97 and 7D. RGB value is (56,151,125). Sum of RGB (Red+Green+Blue) = 56+151+125=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #38977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38977D is #C76882. Grayscale: #777777. Windows color (decimal): -13068419 or 8230712. OLE color: 8230712.

HSL color Cylindrical-coordinate representation of color #38977D: hue angle of 163.58º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38977D is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB56151125-
CMYK0.6300.170.41
HSL163.58º45.89%40.59%-
HSV(B)163.58º62.91%59.22%-
XYZ16.424.4523.26-
YUV119.63131.0382.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=16.87%
G=45.48%
B=37.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511250.6300.170.41163.5845.8940.59
Hex38977D3F01129a42e29
Octal7022717577021512445651
Binary11100010010111111110111111101000110100110100100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38977D; }

 p { color: rgb(56,151,125); }

 H1.HeaderClassName
 {
   color: #38977D;
 }
 .AnyTagClassName
 {
   color: #38977D;
 }
</style>
background-color css

<style>
 a { background-color: #38977D; }

 a { background-color: rgb(56,151,125); }

 div.DivClassName
 {
   background-color: #38977D;
 }
 .BgClassName
 {
   background-color: #38977D;
 }
</style>
border-color css

<style>
 span { border-color: #38977D; }

 span { border-color: rgb(56,151,125); }

 td.TdClassName
 {
   border-color: #38977D;
 }
 .TagClassName
 {
   border-color: #38977D;
 }
</style>