Shades of Kaitoke Green #245536
Tints of Kaitoke Green #245536
RGB
CMYK
RGB Variations
Color information
#245536 (or 0x245536) is known color: Kaitoke Green. HEX triplet: 24, 55 and 36. RGB value is (36,85,54). Sum of RGB (Red+Green+Blue) = 36+85+54=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #245536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245536 is #DBAAC9. Grayscale: #424242. Windows color (decimal): -14396106 or 3560740. OLE color: 3560740.
HSL color Cylindrical-coordinate representation of color #245536: hue angle of 142.04º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245536 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 54 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.67 |
| HSL | 142.04º | 0.4% | 0.24% | - |
| HSV(B) | 142.04º | 0.58% | 0.33% | - |
| XYZ | 4.64 | 7.14 | 4.62 | - |
| YUV | 66.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 54 | 0.58 | 0 | 0.36 | 0.67 | 142.04 | 0.4 | 0.24 |
| Hex | 24 | 55 | 36 | 3A | 0 | 24 | 43 | 8E | 28 | 18 |
| Octal | 44 | 125 | 66 | 72 | 0 | 44 | 103 | 216 | 50 | 30 |
| Binary | 100100 | 1010101 | 110110 | 111010 | 0 | 100100 | 1000011 | 10001110 | 101000 | 11000 |
Color Harmonies of #245536
Complementary color
Monochromatic Colors of #245536
Black with #245536
Text Example
Text Example
White with #245536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245536; }
p { color: rgb(36,85,54); }
H1.HeaderClassName
{
color: #245536;
}
.AnyTagClassName
{
color: #245536;
}
</style>
background-color css
<style>
a { background-color: #245536; }
a { background-color: rgb(36,85,54); }
div.DivClassName
{
background-color: #245536;
}
.BgClassName
{
background-color: #245536;
}
</style>
border-color css
<style>
span { border-color: #245536; }
span { border-color: rgb(36,85,54); }
td.TdClassName
{
border-color: #245536;
}
.TagClassName
{
border-color: #245536;
}
</style>