Shades of Eucalyptus #39996B
Tints of Eucalyptus #39996B
RGB
CMYK
RGB Variations
Color information
#39996B (or 0x39996B) is known color: Eucalyptus. HEX triplet: 39, 99 and 6B. RGB value is (57,153,107). Sum of RGB (Red+Green+Blue) = 57+153+107=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #39996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39996B is #C66694. Grayscale: #777777. Windows color (decimal): -13002389 or 7051577. OLE color: 7051577.
HSL color Cylindrical-coordinate representation of color #39996B: hue angle of 151.25º 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 #39996B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 107 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.4 |
| HSL | 151.25º | 0.46% | 0.41% | - |
| HSV(B) | 151.25º | 0.63% | 0.6% | - |
| XYZ | 15.73 | 24.71 | 17.85 | - |
| YUV | 119.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 107 | 0.63 | 0 | 0.30 | 0.4 | 151.25 | 0.46 | 0.41 |
| Hex | 39 | 99 | 6B | 3F | 0 | 1E | 28 | 97 | 2E | 29 |
| Octal | 71 | 231 | 153 | 77 | 0 | 36 | 50 | 227 | 56 | 51 |
| Binary | 111001 | 10011001 | 1101011 | 111111 | 0 | 11110 | 101000 | 10010111 | 101110 | 101001 |
Color Harmonies of #39996B
Complementary color
Monochromatic Colors of #39996B
Black with #39996B
Text Example
Text Example
White with #39996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39996B; }
p { color: rgb(57,153,107); }
H1.HeaderClassName
{
color: #39996B;
}
.AnyTagClassName
{
color: #39996B;
}
</style>
background-color css
<style>
a { background-color: #39996B; }
a { background-color: rgb(57,153,107); }
div.DivClassName
{
background-color: #39996B;
}
.BgClassName
{
background-color: #39996B;
}
</style>
border-color css
<style>
span { border-color: #39996B; }
span { border-color: rgb(57,153,107); }
td.TdClassName
{
border-color: #39996B;
}
.TagClassName
{
border-color: #39996B;
}
</style>