#39967B

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

Shades of Gossamer #39967B

Tints of Gossamer #39967B

Color information

#39967B (or 0x39967B) is unknown color: approx Gossamer. HEX triplet: 39, 96 and 7B. RGB value is (57,150,123). Sum of RGB (Red+Green+Blue) = 57+150+123=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #39967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39967B is #C66984. Grayscale: #777777. Windows color (decimal): -13003141 or 8099385. OLE color: 8099385.

HSL color Cylindrical-coordinate representation of color #39967B: hue angle of 162.58º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39967B is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB57150123-
CMYK0.6200.180.41
HSL162.58º44.93%40.59%-
HSV(B)162.58º62%58.82%-
XYZ16.1724.1122.54-
YUV119.12130.1983.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=17.27%
G=45.45%
B=37.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501230.6200.180.41162.5844.9340.59
Hex39967B3E01229a32d29
Octal7122617376022512435551
Binary11100110010110111101111111001001010100110100011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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