#39976C

Color #39976C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #39976C

Tints of Eucalyptus #39976C

Color information

#39976C (or 0x39976C) is unknown color: approx Eucalyptus. HEX triplet: 39, 97 and 6C. RGB value is (57,151,108). Sum of RGB (Red+Green+Blue) = 57+151+108=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #39976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39976C is #C66893. Grayscale: #767676. Windows color (decimal): -13002900 or 7116601. OLE color: 7116601.

HSL color Cylindrical-coordinate representation of color #39976C: hue angle of 152.55º 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 #39976C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB57151108-
CMYK0.6200.280.41
HSL152.55º45.19%40.78%-
HSV(B)152.55º62.25%59.22%-
XYZ15.4624.0918.02-
YUV117.99122.3684.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.04%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=18.04%
G=47.78%
B=34.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571511080.6200.280.41152.5545.1940.78
Hex39976C3E01C29992d29
Octal7122715476034512315551
Binary11100110010111110110011111001110010100110011001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39976C; }

 p { color: rgb(57,151,108); }

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

<style>
 a { background-color: #39976C; }

 a { background-color: rgb(57,151,108); }

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

<style>
 span { border-color: #39976C; }

 span { border-color: rgb(57,151,108); }

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