#39947B

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

Shades of Gossamer #39947B

Tints of Gossamer #39947B

Color information

#39947B (or 0x39947B) is unknown color: approx Gossamer. HEX triplet: 39, 94 and 7B. RGB value is (57,148,123). Sum of RGB (Red+Green+Blue) = 57+148+123=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #39947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39947B is #C66B84. Grayscale: #757575. Windows color (decimal): -13003653 or 8098873. OLE color: 8098873.

HSL color Cylindrical-coordinate representation of color #39947B: hue angle of 163.52º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39947B is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB57148123-
CMYK0.6100.170.42
HSL163.52º44.39%40.2%-
HSV(B)163.52º61.49%58.04%-
XYZ15.8523.4822.44-
YUV117.94130.8584.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=17.38%
G=45.12%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481230.6100.170.42163.5244.3940.2
Hex39947B3D0112Aa42c28
Octal7122417375021522445450
Binary11100110010100111101111110101000110101010100100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39947B; }

 p { color: rgb(57,148,123); }

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

<style>
 a { background-color: #39947B; }

 a { background-color: rgb(57,148,123); }

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

<style>
 span { border-color: #39947B; }

 span { border-color: rgb(57,148,123); }

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