Shades of Eucalyptus #39996F
Tints of Eucalyptus #39996F
RGB
CMYK
RGB Variations
Color information
#39996F (or 0x39996F) is known color: Eucalyptus. HEX triplet: 39, 99 and 6F. RGB value is (57,153,111). Sum of RGB (Red+Green+Blue) = 57+153+111=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #39996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39996F is #C66690. Grayscale: #777777. Windows color (decimal): -13002385 or 7313721. OLE color: 7313721.
HSL color Cylindrical-coordinate representation of color #39996F: hue angle of 153.75º 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 #39996F is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 111 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.4 |
| HSL | 153.75º | 0.46% | 0.41% | - |
| HSV(B) | 153.75º | 0.63% | 0.6% | - |
| XYZ | 15.95 | 24.8 | 18.99 | - |
| YUV | 119.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 111 | 0.63 | 0 | 0.27 | 0.4 | 153.75 | 0.46 | 0.41 |
| Hex | 39 | 99 | 6F | 3F | 0 | 1B | 28 | 9A | 2E | 29 |
| Octal | 71 | 231 | 157 | 77 | 0 | 33 | 50 | 232 | 56 | 51 |
| Binary | 111001 | 10011001 | 1101111 | 111111 | 0 | 11011 | 101000 | 10011010 | 101110 | 101001 |
Color Harmonies of #39996F
Complementary color
Monochromatic Colors of #39996F
Black with #39996F
Text Example
Text Example
White with #39996F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39996F; }
p { color: rgb(57,153,111); }
H1.HeaderClassName
{
color: #39996F;
}
.AnyTagClassName
{
color: #39996F;
}
</style>
background-color css
<style>
a { background-color: #39996F; }
a { background-color: rgb(57,153,111); }
div.DivClassName
{
background-color: #39996F;
}
.BgClassName
{
background-color: #39996F;
}
</style>
border-color css
<style>
span { border-color: #39996F; }
span { border-color: rgb(57,153,111); }
td.TdClassName
{
border-color: #39996F;
}
.TagClassName
{
border-color: #39996F;
}
</style>