Shades of Eucalyptus #39995E
Tints of Eucalyptus #39995E
RGB
CMYK
RGB Variations
Color information
#39995E (or 0x39995E) is known color: Eucalyptus. HEX triplet: 39, 99 and 5E. RGB value is (57,153,94). Sum of RGB (Red+Green+Blue) = 57+153+94=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #39995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39995E is #C666A1. Grayscale: #757575. Windows color (decimal): -13002402 or 6199609. OLE color: 6199609.
HSL color Cylindrical-coordinate representation of color #39995E: hue angle of 143.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39995E is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 94 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.4 |
| HSL | 143.13º | 0.46% | 0.41% | - |
| HSV(B) | 143.13º | 0.63% | 0.6% | - |
| XYZ | 15.1 | 24.46 | 14.52 | - |
| YUV | 117.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 94 | 0.63 | 0 | 0.39 | 0.4 | 143.13 | 0.46 | 0.41 |
| Hex | 39 | 99 | 5E | 3F | 0 | 27 | 28 | 8F | 2E | 29 |
| Octal | 71 | 231 | 136 | 77 | 0 | 47 | 50 | 217 | 56 | 51 |
| Binary | 111001 | 10011001 | 1011110 | 111111 | 0 | 100111 | 101000 | 10001111 | 101110 | 101001 |
Color Harmonies of #39995E
Complementary color
Monochromatic Colors of #39995E
Black with #39995E
Text Example
Text Example
White with #39995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39995E; }
p { color: rgb(57,153,94); }
H1.HeaderClassName
{
color: #39995E;
}
.AnyTagClassName
{
color: #39995E;
}
</style>
background-color css
<style>
a { background-color: #39995E; }
a { background-color: rgb(57,153,94); }
div.DivClassName
{
background-color: #39995E;
}
.BgClassName
{
background-color: #39995E;
}
</style>
border-color css
<style>
span { border-color: #39995E; }
span { border-color: rgb(57,153,94); }
td.TdClassName
{
border-color: #39995E;
}
.TagClassName
{
border-color: #39995E;
}
</style>