Shades of Kaitoke Green #24553A
Tints of Kaitoke Green #24553A
RGB
CMYK
RGB Variations
Color information
#24553A (or 0x24553A) is known color: Kaitoke Green. HEX triplet: 24, 55 and 3A. RGB value is (36,85,58). Sum of RGB (Red+Green+Blue) = 36+85+58=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #24553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24553A is #DBAAC5. Grayscale: #434343. Windows color (decimal): -14396102 or 3822884. OLE color: 3822884.
HSL color Cylindrical-coordinate representation of color #24553A: hue angle of 146.94º 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 #24553A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 58 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.67 |
| HSL | 146.94º | 0.4% | 0.24% | - |
| HSV(B) | 146.94º | 0.58% | 0.33% | - |
| XYZ | 4.74 | 7.18 | 5.14 | - |
| YUV | 67.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 58 | 0.58 | 0 | 0.32 | 0.67 | 146.94 | 0.4 | 0.24 |
| Hex | 24 | 55 | 3A | 3A | 0 | 20 | 43 | 93 | 28 | 18 |
| Octal | 44 | 125 | 72 | 72 | 0 | 40 | 103 | 223 | 50 | 30 |
| Binary | 100100 | 1010101 | 111010 | 111010 | 0 | 100000 | 1000011 | 10010011 | 101000 | 11000 |
Color Harmonies of #24553A
Complementary color
Monochromatic Colors of #24553A
Black with #24553A
Text Example
Text Example
White with #24553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24553A; }
p { color: rgb(36,85,58); }
H1.HeaderClassName
{
color: #24553A;
}
.AnyTagClassName
{
color: #24553A;
}
</style>
background-color css
<style>
a { background-color: #24553A; }
a { background-color: rgb(36,85,58); }
div.DivClassName
{
background-color: #24553A;
}
.BgClassName
{
background-color: #24553A;
}
</style>
border-color css
<style>
span { border-color: #24553A; }
span { border-color: rgb(36,85,58); }
td.TdClassName
{
border-color: #24553A;
}
.TagClassName
{
border-color: #24553A;
}
</style>