Shades of Eucalyptus #39935C
Tints of Eucalyptus #39935C
RGB
CMYK
RGB Variations
Color information
#39935C (or 0x39935C) is known color: Eucalyptus. HEX triplet: 39, 93 and 5C. RGB value is (57,147,92). Sum of RGB (Red+Green+Blue) = 57+147+92=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #39935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39935C is #C66CA3. Grayscale: #717171. Windows color (decimal): -13003940 or 6067001. OLE color: 6067001.
HSL color Cylindrical-coordinate representation of color #39935C: hue angle of 143.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39935C is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 92 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.42 |
| HSL | 143.33º | 0.44% | 0.4% | - |
| HSV(B) | 143.33º | 0.61% | 0.58% | - |
| XYZ | 14.05 | 22.51 | 13.73 | - |
| YUV | 113.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 92 | 0.61 | 0 | 0.37 | 0.42 | 143.33 | 0.44 | 0.4 |
| Hex | 39 | 93 | 5C | 3D | 0 | 25 | 2A | 8F | 2C | 28 |
| Octal | 71 | 223 | 134 | 75 | 0 | 45 | 52 | 217 | 54 | 50 |
| Binary | 111001 | 10010011 | 1011100 | 111101 | 0 | 100101 | 101010 | 10001111 | 101100 | 101000 |
Color Harmonies of #39935C
Complementary color
Monochromatic Colors of #39935C
Black with #39935C
Text Example
Text Example
White with #39935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39935C; }
p { color: rgb(57,147,92); }
H1.HeaderClassName
{
color: #39935C;
}
.AnyTagClassName
{
color: #39935C;
}
</style>
background-color css
<style>
a { background-color: #39935C; }
a { background-color: rgb(57,147,92); }
div.DivClassName
{
background-color: #39935C;
}
.BgClassName
{
background-color: #39935C;
}
</style>
border-color css
<style>
span { border-color: #39935C; }
span { border-color: rgb(57,147,92); }
td.TdClassName
{
border-color: #39935C;
}
.TagClassName
{
border-color: #39935C;
}
</style>