Shades of Kaitoke Green #21563A
Tints of Kaitoke Green #21563A
RGB
CMYK
RGB Variations
Color information
#21563A (or 0x21563A) is known color: Kaitoke Green. HEX triplet: 21, 56 and 3A. RGB value is (33,86,58). Sum of RGB (Red+Green+Blue) = 33+86+58=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #21563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21563A is #DEA9C5. Grayscale: #434343. Windows color (decimal): -14592454 or 3823137. OLE color: 3823137.
HSL color Cylindrical-coordinate representation of color #21563A: hue angle of 148.3º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21563A is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 86 | 58 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.66 |
| HSL | 148.3º | 0.45% | 0.23% | - |
| HSV(B) | 148.3º | 0.62% | 0.34% | - |
| XYZ | 4.72 | 7.28 | 5.16 | - |
| YUV | 66.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 58 | 0.62 | 0 | 0.33 | 0.66 | 148.3 | 0.45 | 0.23 |
| Hex | 21 | 56 | 3A | 3E | 0 | 21 | 42 | 94 | 2D | 17 |
| Octal | 41 | 126 | 72 | 76 | 0 | 41 | 102 | 224 | 55 | 27 |
| Binary | 100001 | 1010110 | 111010 | 111110 | 0 | 100001 | 1000010 | 10010100 | 101101 | 10111 |
Color Harmonies of #21563A
Complementary color
Monochromatic Colors of #21563A
Black with #21563A
Text Example
Text Example
White with #21563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21563A; }
p { color: rgb(33,86,58); }
H1.HeaderClassName
{
color: #21563A;
}
.AnyTagClassName
{
color: #21563A;
}
</style>
background-color css
<style>
a { background-color: #21563A; }
a { background-color: rgb(33,86,58); }
div.DivClassName
{
background-color: #21563A;
}
.BgClassName
{
background-color: #21563A;
}
</style>
border-color css
<style>
span { border-color: #21563A; }
span { border-color: rgb(33,86,58); }
td.TdClassName
{
border-color: #21563A;
}
.TagClassName
{
border-color: #21563A;
}
</style>