Shades of Eucalyptus #239F64
Tints of Eucalyptus #239F64
RGB
CMYK
RGB Variations
Color information
#239F64 (or 0x239F64) is known color: Eucalyptus. HEX triplet: 23, 9F and 64. RGB value is (35,159,100). Sum of RGB (Red+Green+Blue) = 35+159+100=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #239F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239F64 is #DC609B. Grayscale: #737373. Windows color (decimal): -14442652 or 6594339. OLE color: 6594339.
HSL color Cylindrical-coordinate representation of color #239F64: hue angle of 151.45º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239F64 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 100 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.38 |
| HSL | 151.45º | 0.64% | 0.38% | - |
| HSV(B) | 151.45º | 0.78% | 0.62% | - |
| XYZ | 15.39 | 26.07 | 16.28 | - |
| YUV | 115.2 | 119.42 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 100 | 0.78 | 0 | 0.37 | 0.38 | 151.45 | 0.64 | 0.38 |
| Hex | 23 | 9F | 64 | 4E | 0 | 25 | 26 | 97 | 40 | 26 |
| Octal | 43 | 237 | 144 | 116 | 0 | 45 | 46 | 227 | 100 | 46 |
| Binary | 100011 | 10011111 | 1100100 | 1001110 | 0 | 100101 | 100110 | 10010111 | 1000000 | 100110 |
Color Harmonies of #239F64
Complementary color
Monochromatic Colors of #239F64
Black with #239F64
Text Example
Text Example
White with #239F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F64; }
p { color: rgb(35,159,100); }
H1.HeaderClassName
{
color: #239F64;
}
.AnyTagClassName
{
color: #239F64;
}
</style>
background-color css
<style>
a { background-color: #239F64; }
a { background-color: rgb(35,159,100); }
div.DivClassName
{
background-color: #239F64;
}
.BgClassName
{
background-color: #239F64;
}
</style>
border-color css
<style>
span { border-color: #239F64; }
span { border-color: rgb(35,159,100); }
td.TdClassName
{
border-color: #239F64;
}
.TagClassName
{
border-color: #239F64;
}
</style>