Shades of Kaitoke Green #245539
Tints of Kaitoke Green #245539
RGB
CMYK
RGB Variations
Color information
#245539 (or 0x245539) is known color: Kaitoke Green. HEX triplet: 24, 55 and 39. RGB value is (36,85,57). Sum of RGB (Red+Green+Blue) = 36+85+57=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #245539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245539 is #DBAAC6. Grayscale: #434343. Windows color (decimal): -14396103 or 3757348. OLE color: 3757348.
HSL color Cylindrical-coordinate representation of color #245539: hue angle of 145.71º 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 #245539 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 57 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.67 |
| HSL | 145.71º | 0.4% | 0.24% | - |
| HSV(B) | 145.71º | 0.58% | 0.33% | - |
| XYZ | 4.71 | 7.17 | 5.01 | - |
| YUV | 67.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 57 | 0.58 | 0 | 0.33 | 0.67 | 145.71 | 0.4 | 0.24 |
| Hex | 24 | 55 | 39 | 3A | 0 | 21 | 43 | 92 | 28 | 18 |
| Octal | 44 | 125 | 71 | 72 | 0 | 41 | 103 | 222 | 50 | 30 |
| Binary | 100100 | 1010101 | 111001 | 111010 | 0 | 100001 | 1000011 | 10010010 | 101000 | 11000 |
Color Harmonies of #245539
Complementary color
Monochromatic Colors of #245539
Black with #245539
Text Example
Text Example
White with #245539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245539; }
p { color: rgb(36,85,57); }
H1.HeaderClassName
{
color: #245539;
}
.AnyTagClassName
{
color: #245539;
}
</style>
background-color css
<style>
a { background-color: #245539; }
a { background-color: rgb(36,85,57); }
div.DivClassName
{
background-color: #245539;
}
.BgClassName
{
background-color: #245539;
}
</style>
border-color css
<style>
span { border-color: #245539; }
span { border-color: rgb(36,85,57); }
td.TdClassName
{
border-color: #245539;
}
.TagClassName
{
border-color: #245539;
}
</style>