Shades of Eucalyptus #239865
Tints of Eucalyptus #239865
RGB
CMYK
RGB Variations
Color information
#239865 (or 0x239865) is known color: Eucalyptus. HEX triplet: 23, 98 and 65. RGB value is (35,152,101). Sum of RGB (Red+Green+Blue) = 35+152+101=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #239865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239865 is #DC679A. Grayscale: #6F6F6F. Windows color (decimal): -14444443 or 6658083. OLE color: 6658083.
HSL color Cylindrical-coordinate representation of color #239865: hue angle of 153.85º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239865 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 101 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.40 |
| HSL | 153.85º | 0.63% | 0.37% | - |
| HSV(B) | 153.85º | 0.77% | 0.6% | - |
| XYZ | 14.27 | 23.75 | 16.14 | - |
| YUV | 111.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 101 | 0.77 | 0 | 0.34 | 0.40 | 153.85 | 0.63 | 0.37 |
| Hex | 23 | 98 | 65 | 4D | 0 | 22 | 28 | 9A | 3F | 25 |
| Octal | 43 | 230 | 145 | 115 | 0 | 42 | 50 | 232 | 77 | 45 |
| Binary | 100011 | 10011000 | 1100101 | 1001101 | 0 | 100010 | 101000 | 10011010 | 111111 | 100101 |
Color Harmonies of #239865
Complementary color
Monochromatic Colors of #239865
Black with #239865
Text Example
Text Example
White with #239865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239865; }
p { color: rgb(35,152,101); }
H1.HeaderClassName
{
color: #239865;
}
.AnyTagClassName
{
color: #239865;
}
</style>
background-color css
<style>
a { background-color: #239865; }
a { background-color: rgb(35,152,101); }
div.DivClassName
{
background-color: #239865;
}
.BgClassName
{
background-color: #239865;
}
</style>
border-color css
<style>
span { border-color: #239865; }
span { border-color: rgb(35,152,101); }
td.TdClassName
{
border-color: #239865;
}
.TagClassName
{
border-color: #239865;
}
</style>