Shades of Eucalyptus #239A64
Tints of Eucalyptus #239A64
RGB
CMYK
RGB Variations
Color information
#239A64 (or 0x239A64) is known color: Eucalyptus. HEX triplet: 23, 9A and 64. RGB value is (35,154,100). Sum of RGB (Red+Green+Blue) = 35+154+100=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 154 (60.55% from 255 or 53.29% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 154 - color contains mainly: green. Hex color #239A64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A64 is #DC659B. Grayscale: #707070. Windows color (decimal): -14443932 or 6593059. OLE color: 6593059.
HSL color Cylindrical-coordinate representation of color #239A64: hue angle of 152.77º 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 #239A64 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 100 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.40 |
| HSL | 152.77º | 0.63% | 0.37% | - |
| HSV(B) | 152.77º | 0.77% | 0.6% | - |
| XYZ | 14.55 | 24.39 | 16 | - |
| YUV | 112.26 | 121.08 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 100 | 0.77 | 0 | 0.35 | 0.40 | 152.77 | 0.63 | 0.37 |
| Hex | 23 | 9A | 64 | 4D | 0 | 23 | 28 | 99 | 3F | 25 |
| Octal | 43 | 232 | 144 | 115 | 0 | 43 | 50 | 231 | 77 | 45 |
| Binary | 100011 | 10011010 | 1100100 | 1001101 | 0 | 100011 | 101000 | 10011001 | 111111 | 100101 |
Color Harmonies of #239A64
Complementary color
Monochromatic Colors of #239A64
Black with #239A64
Text Example
Text Example
White with #239A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A64; }
p { color: rgb(35,154,100); }
H1.HeaderClassName
{
color: #239A64;
}
.AnyTagClassName
{
color: #239A64;
}
</style>
background-color css
<style>
a { background-color: #239A64; }
a { background-color: rgb(35,154,100); }
div.DivClassName
{
background-color: #239A64;
}
.BgClassName
{
background-color: #239A64;
}
</style>
border-color css
<style>
span { border-color: #239A64; }
span { border-color: rgb(35,154,100); }
td.TdClassName
{
border-color: #239A64;
}
.TagClassName
{
border-color: #239A64;
}
</style>