Shades of Kaitoke Green #22553B
Tints of Kaitoke Green #22553B
RGB
CMYK
RGB Variations
Color information
#22553B (or 0x22553B) is known color: Kaitoke Green. HEX triplet: 22, 55 and 3B. RGB value is (34,85,59). Sum of RGB (Red+Green+Blue) = 34+85+59=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #22553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22553B is #DDAAC4. Grayscale: #424242. Windows color (decimal): -14527173 or 3888418. OLE color: 3888418.
HSL color Cylindrical-coordinate representation of color #22553B: hue angle of 149.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #22553B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 85 | 59 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.67 |
| HSL | 149.41º | 0.43% | 0.23% | - |
| HSV(B) | 149.41º | 0.6% | 0.33% | - |
| XYZ | 4.7 | 7.15 | 5.27 | - |
| YUV | 66.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 85 | 59 | 0.60 | 0 | 0.31 | 0.67 | 149.41 | 0.43 | 0.23 |
| Hex | 22 | 55 | 3B | 3C | 0 | 1F | 43 | 95 | 2B | 17 |
| Octal | 42 | 125 | 73 | 74 | 0 | 37 | 103 | 225 | 53 | 27 |
| Binary | 100010 | 1010101 | 111011 | 111100 | 0 | 11111 | 1000011 | 10010101 | 101011 | 10111 |
Color Harmonies of #22553B
Complementary color
Monochromatic Colors of #22553B
Black with #22553B
Text Example
Text Example
White with #22553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22553B; }
p { color: rgb(34,85,59); }
H1.HeaderClassName
{
color: #22553B;
}
.AnyTagClassName
{
color: #22553B;
}
</style>
background-color css
<style>
a { background-color: #22553B; }
a { background-color: rgb(34,85,59); }
div.DivClassName
{
background-color: #22553B;
}
.BgClassName
{
background-color: #22553B;
}
</style>
border-color css
<style>
span { border-color: #22553B; }
span { border-color: rgb(34,85,59); }
td.TdClassName
{
border-color: #22553B;
}
.TagClassName
{
border-color: #22553B;
}
</style>