Shades of Eucalyptus #39915B
Tints of Eucalyptus #39915B
RGB
CMYK
RGB Variations
Color information
#39915B (or 0x39915B) is known color: Eucalyptus. HEX triplet: 39, 91 and 5B. RGB value is (57,145,91). Sum of RGB (Red+Green+Blue) = 57+145+91=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #39915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39915B is #C66EA4. Grayscale: #707070. Windows color (decimal): -13004453 or 6000953. OLE color: 6000953.
HSL color Cylindrical-coordinate representation of color #39915B: hue angle of 143.18º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39915B is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 91 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.43 |
| HSL | 143.18º | 0.44% | 0.4% | - |
| HSV(B) | 143.18º | 0.61% | 0.57% | - |
| XYZ | 13.7 | 21.88 | 13.4 | - |
| YUV | 112.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 91 | 0.61 | 0 | 0.37 | 0.43 | 143.18 | 0.44 | 0.4 |
| Hex | 39 | 91 | 5B | 3D | 0 | 25 | 2B | 8F | 2C | 28 |
| Octal | 71 | 221 | 133 | 75 | 0 | 45 | 53 | 217 | 54 | 50 |
| Binary | 111001 | 10010001 | 1011011 | 111101 | 0 | 100101 | 101011 | 10001111 | 101100 | 101000 |
Color Harmonies of #39915B
Complementary color
Monochromatic Colors of #39915B
Black with #39915B
Text Example
Text Example
White with #39915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39915B; }
p { color: rgb(57,145,91); }
H1.HeaderClassName
{
color: #39915B;
}
.AnyTagClassName
{
color: #39915B;
}
</style>
background-color css
<style>
a { background-color: #39915B; }
a { background-color: rgb(57,145,91); }
div.DivClassName
{
background-color: #39915B;
}
.BgClassName
{
background-color: #39915B;
}
</style>
border-color css
<style>
span { border-color: #39915B; }
span { border-color: rgb(57,145,91); }
td.TdClassName
{
border-color: #39915B;
}
.TagClassName
{
border-color: #39915B;
}
</style>