Shades of Kaitoke Green #245535
Tints of Kaitoke Green #245535
RGB
CMYK
RGB Variations
Color information
#245535 (or 0x245535) is known color: Kaitoke Green. HEX triplet: 24, 55 and 35. RGB value is (36,85,53). Sum of RGB (Red+Green+Blue) = 36+85+53=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #245535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245535 is #DBAACA. Grayscale: #424242. Windows color (decimal): -14396107 or 3495204. OLE color: 3495204.
HSL color Cylindrical-coordinate representation of color #245535: hue angle of 140.82º 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 #245535 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 53 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.67 |
| HSL | 140.82º | 0.4% | 0.24% | - |
| HSV(B) | 140.82º | 0.58% | 0.33% | - |
| XYZ | 4.62 | 7.13 | 4.5 | - |
| YUV | 66.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 53 | 0.58 | 0 | 0.38 | 0.67 | 140.82 | 0.4 | 0.24 |
| Hex | 24 | 55 | 35 | 3A | 0 | 26 | 43 | 8D | 28 | 18 |
| Octal | 44 | 125 | 65 | 72 | 0 | 46 | 103 | 215 | 50 | 30 |
| Binary | 100100 | 1010101 | 110101 | 111010 | 0 | 100110 | 1000011 | 10001101 | 101000 | 11000 |
Color Harmonies of #245535
Complementary color
Monochromatic Colors of #245535
Black with #245535
Text Example
Text Example
White with #245535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245535; }
p { color: rgb(36,85,53); }
H1.HeaderClassName
{
color: #245535;
}
.AnyTagClassName
{
color: #245535;
}
</style>
background-color css
<style>
a { background-color: #245535; }
a { background-color: rgb(36,85,53); }
div.DivClassName
{
background-color: #245535;
}
.BgClassName
{
background-color: #245535;
}
</style>
border-color css
<style>
span { border-color: #245535; }
span { border-color: rgb(36,85,53); }
td.TdClassName
{
border-color: #245535;
}
.TagClassName
{
border-color: #245535;
}
</style>