Shades of Eucalyptus #39965D
Tints of Eucalyptus #39965D
RGB
CMYK
RGB Variations
Color information
#39965D (or 0x39965D) is known color: Eucalyptus. HEX triplet: 39, 96 and 5D. RGB value is (57,150,93). Sum of RGB (Red+Green+Blue) = 57+150+93=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #39965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39965D is #C669A2. Grayscale: #737373. Windows color (decimal): -13003171 or 6133305. OLE color: 6133305.
HSL color Cylindrical-coordinate representation of color #39965D: hue angle of 143.23º 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 #39965D is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 93 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.41 |
| HSL | 143.23º | 0.45% | 0.41% | - |
| HSV(B) | 143.23º | 0.62% | 0.59% | - |
| XYZ | 14.57 | 23.47 | 14.12 | - |
| YUV | 115.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 93 | 0.62 | 0 | 0.38 | 0.41 | 143.23 | 0.45 | 0.41 |
| Hex | 39 | 96 | 5D | 3E | 0 | 26 | 29 | 8F | 2D | 29 |
| Octal | 71 | 226 | 135 | 76 | 0 | 46 | 51 | 217 | 55 | 51 |
| Binary | 111001 | 10010110 | 1011101 | 111110 | 0 | 100110 | 101001 | 10001111 | 101101 | 101001 |
Color Harmonies of #39965D
Complementary color
Monochromatic Colors of #39965D
Black with #39965D
Text Example
Text Example
White with #39965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39965D; }
p { color: rgb(57,150,93); }
H1.HeaderClassName
{
color: #39965D;
}
.AnyTagClassName
{
color: #39965D;
}
</style>
background-color css
<style>
a { background-color: #39965D; }
a { background-color: rgb(57,150,93); }
div.DivClassName
{
background-color: #39965D;
}
.BgClassName
{
background-color: #39965D;
}
</style>
border-color css
<style>
span { border-color: #39965D; }
span { border-color: rgb(57,150,93); }
td.TdClassName
{
border-color: #39965D;
}
.TagClassName
{
border-color: #39965D;
}
</style>