Shades of Kaitoke Green #245936
Tints of Kaitoke Green #245936
RGB
CMYK
RGB Variations
Color information
#245936 (or 0x245936) is known color: Kaitoke Green. HEX triplet: 24, 59 and 36. RGB value is (36,89,54). Sum of RGB (Red+Green+Blue) = 36+89+54=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #245936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245936 is #DBA6C9. Grayscale: #454545. Windows color (decimal): -14395082 or 3561764. OLE color: 3561764.
HSL color Cylindrical-coordinate representation of color #245936: hue angle of 140.38º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245936 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 89 | 54 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.65 |
| HSL | 140.38º | 0.42% | 0.25% | - |
| HSV(B) | 140.38º | 0.6% | 0.35% | - |
| XYZ | 4.97 | 7.79 | 4.73 | - |
| YUV | 69.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 54 | 0.60 | 0 | 0.39 | 0.65 | 140.38 | 0.42 | 0.25 |
| Hex | 24 | 59 | 36 | 3C | 0 | 27 | 41 | 8C | 2A | 19 |
| Octal | 44 | 131 | 66 | 74 | 0 | 47 | 101 | 214 | 52 | 31 |
| Binary | 100100 | 1011001 | 110110 | 111100 | 0 | 100111 | 1000001 | 10001100 | 101010 | 11001 |
Color Harmonies of #245936
Complementary color
Monochromatic Colors of #245936
Black with #245936
Text Example
Text Example
White with #245936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245936; }
p { color: rgb(36,89,54); }
H1.HeaderClassName
{
color: #245936;
}
.AnyTagClassName
{
color: #245936;
}
</style>
background-color css
<style>
a { background-color: #245936; }
a { background-color: rgb(36,89,54); }
div.DivClassName
{
background-color: #245936;
}
.BgClassName
{
background-color: #245936;
}
</style>
border-color css
<style>
span { border-color: #245936; }
span { border-color: rgb(36,89,54); }
td.TdClassName
{
border-color: #245936;
}
.TagClassName
{
border-color: #245936;
}
</style>