Shades of Eucalyptus #239C65
Tints of Eucalyptus #239C65
RGB
CMYK
RGB Variations
Color information
#239C65 (or 0x239C65) is known color: Eucalyptus. HEX triplet: 23, 9C and 65. RGB value is (35,156,101). Sum of RGB (Red+Green+Blue) = 35+156+101=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 156 (61.33% from 255 or 53.42% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 156 - color contains mainly: green. Hex color #239C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239C65 is #DC639A. Grayscale: #717171. Windows color (decimal): -14443419 or 6659107. OLE color: 6659107.
HSL color Cylindrical-coordinate representation of color #239C65: hue angle of 152.73º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239C65 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 156 | 101 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.39 |
| HSL | 152.73º | 0.63% | 0.37% | - |
| HSV(B) | 152.73º | 0.78% | 0.61% | - |
| XYZ | 14.93 | 25.07 | 16.36 | - |
| YUV | 113.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 101 | 0.78 | 0 | 0.35 | 0.39 | 152.73 | 0.63 | 0.37 |
| Hex | 23 | 9C | 65 | 4E | 0 | 23 | 27 | 99 | 3F | 25 |
| Octal | 43 | 234 | 145 | 116 | 0 | 43 | 47 | 231 | 77 | 45 |
| Binary | 100011 | 10011100 | 1100101 | 1001110 | 0 | 100011 | 100111 | 10011001 | 111111 | 100101 |
Color Harmonies of #239C65
Complementary color
Monochromatic Colors of #239C65
Black with #239C65
Text Example
Text Example
White with #239C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239C65; }
p { color: rgb(35,156,101); }
H1.HeaderClassName
{
color: #239C65;
}
.AnyTagClassName
{
color: #239C65;
}
</style>
background-color css
<style>
a { background-color: #239C65; }
a { background-color: rgb(35,156,101); }
div.DivClassName
{
background-color: #239C65;
}
.BgClassName
{
background-color: #239C65;
}
</style>
border-color css
<style>
span { border-color: #239C65; }
span { border-color: rgb(35,156,101); }
td.TdClassName
{
border-color: #239C65;
}
.TagClassName
{
border-color: #239C65;
}
</style>