Shades of Kaitoke Green #224C32
Tints of Kaitoke Green #224C32
RGB
CMYK
RGB Variations
Color information
#224C32 (or 0x224C32) is known color: Kaitoke Green. HEX triplet: 22, 4C and 32. RGB value is (34,76,50). Sum of RGB (Red+Green+Blue) = 34+76+50=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #224C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C32 is #DDB3CD. Grayscale: #3C3C3C. Windows color (decimal): -14529486 or 3296290. OLE color: 3296290.
HSL color Cylindrical-coordinate representation of color #224C32: hue angle of 142.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C32 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 50 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.70 |
| HSL | 142.86º | 0.38% | 0.22% | - |
| HSV(B) | 142.86º | 0.55% | 0.3% | - |
| XYZ | 3.82 | 5.74 | 3.92 | - |
| YUV | 60.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 50 | 0.55 | 0 | 0.34 | 0.70 | 142.86 | 0.38 | 0.22 |
| Hex | 22 | 4C | 32 | 37 | 0 | 22 | 46 | 8F | 26 | 16 |
| Octal | 42 | 114 | 62 | 67 | 0 | 42 | 106 | 217 | 46 | 26 |
| Binary | 100010 | 1001100 | 110010 | 110111 | 0 | 100010 | 1000110 | 10001111 | 100110 | 10110 |
Color Harmonies of #224C32
Complementary color
Monochromatic Colors of #224C32
Black with #224C32
Text Example
Text Example
White with #224C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C32; }
p { color: rgb(34,76,50); }
H1.HeaderClassName
{
color: #224C32;
}
.AnyTagClassName
{
color: #224C32;
}
</style>
background-color css
<style>
a { background-color: #224C32; }
a { background-color: rgb(34,76,50); }
div.DivClassName
{
background-color: #224C32;
}
.BgClassName
{
background-color: #224C32;
}
</style>
border-color css
<style>
span { border-color: #224C32; }
span { border-color: rgb(34,76,50); }
td.TdClassName
{
border-color: #224C32;
}
.TagClassName
{
border-color: #224C32;
}
</style>