Shades of Eucalyptus #39A06C
Tints of Eucalyptus #39A06C
RGB
CMYK
RGB Variations
Color information
#39A06C (or 0x39A06C) is known color: Eucalyptus. HEX triplet: 39, A0 and 6C. RGB value is (57,160,108). Sum of RGB (Red+Green+Blue) = 57+160+108=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #39A06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39A06C is #C65F93. Grayscale: #7B7B7B. Windows color (decimal): -13000596 or 7118905. OLE color: 7118905.
HSL color Cylindrical-coordinate representation of color #39A06C: hue angle of 149.71º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39A06C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 108 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.37 |
| HSL | 149.71º | 0.47% | 0.43% | - |
| HSV(B) | 149.71º | 0.64% | 0.63% | - |
| XYZ | 16.96 | 27.09 | 18.52 | - |
| YUV | 123.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 108 | 0.64 | 0 | 0.32 | 0.37 | 149.71 | 0.47 | 0.43 |
| Hex | 39 | A0 | 6C | 40 | 0 | 20 | 25 | 96 | 2F | 2B |
| Octal | 71 | 240 | 154 | 100 | 0 | 40 | 45 | 226 | 57 | 53 |
| Binary | 111001 | 10100000 | 1101100 | 1000000 | 0 | 100000 | 100101 | 10010110 | 101111 | 101011 |
Color Harmonies of #39A06C
Complementary color
Monochromatic Colors of #39A06C
Black with #39A06C
Text Example
Text Example
White with #39A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A06C; }
p { color: rgb(57,160,108); }
H1.HeaderClassName
{
color: #39A06C;
}
.AnyTagClassName
{
color: #39A06C;
}
</style>
background-color css
<style>
a { background-color: #39A06C; }
a { background-color: rgb(57,160,108); }
div.DivClassName
{
background-color: #39A06C;
}
.BgClassName
{
background-color: #39A06C;
}
</style>
border-color css
<style>
span { border-color: #39A06C; }
span { border-color: rgb(57,160,108); }
td.TdClassName
{
border-color: #39A06C;
}
.TagClassName
{
border-color: #39A06C;
}
</style>