#39965A

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

Shades of Eucalyptus #39965A

Tints of Eucalyptus #39965A

Color information

#39965A (or 0x39965A) is unknown color: approx Eucalyptus. HEX triplet: 39, 96 and 5A. RGB value is (57,150,90). Sum of RGB (Red+Green+Blue) = 57+150+90=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #39965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39965A is #C669A5. Grayscale: #737373. Windows color (decimal): -13003174 or 5936697. OLE color: 5936697.

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

Color convert

RGB5715090-
CMYK0.6200.40.41
HSL141.29º44.93%40.59%-
HSV(B)141.29º62%58.82%-
XYZ14.4423.4213.43-
YUV115.35113.6986.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=19.19%
G=50.51%
B=30.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57150900.6200.40.41141.2944.9340.59
Hex39965A3E028298d2d29
Octal7122613276050512155551
Binary111001100101101011010111110010100010100110001101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39965A; }

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

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

<style>
 a { background-color: #39965A; }

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

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

<style>
 span { border-color: #39965A; }

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

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