Shades of Kaitoke Green #224C34
Tints of Kaitoke Green #224C34
RGB
CMYK
RGB Variations
Color information
#224C34 (or 0x224C34) is known color: Kaitoke Green. HEX triplet: 22, 4C and 34. RGB value is (34,76,52). Sum of RGB (Red+Green+Blue) = 34+76+52=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #224C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C34 is #DDB3CB. Grayscale: #3C3C3C. Windows color (decimal): -14529484 or 3427362. OLE color: 3427362.
HSL color Cylindrical-coordinate representation of color #224C34: hue angle of 145.71º 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 #224C34 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 52 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.70 |
| HSL | 145.71º | 0.38% | 0.22% | - |
| HSV(B) | 145.71º | 0.55% | 0.3% | - |
| XYZ | 3.86 | 5.76 | 4.16 | - |
| YUV | 60.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 52 | 0.55 | 0 | 0.32 | 0.70 | 145.71 | 0.38 | 0.22 |
| Hex | 22 | 4C | 34 | 37 | 0 | 20 | 46 | 92 | 26 | 16 |
| Octal | 42 | 114 | 64 | 67 | 0 | 40 | 106 | 222 | 46 | 26 |
| Binary | 100010 | 1001100 | 110100 | 110111 | 0 | 100000 | 1000110 | 10010010 | 100110 | 10110 |
Color Harmonies of #224C34
Complementary color
Monochromatic Colors of #224C34
Black with #224C34
Text Example
Text Example
White with #224C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C34; }
p { color: rgb(34,76,52); }
H1.HeaderClassName
{
color: #224C34;
}
.AnyTagClassName
{
color: #224C34;
}
</style>
background-color css
<style>
a { background-color: #224C34; }
a { background-color: rgb(34,76,52); }
div.DivClassName
{
background-color: #224C34;
}
.BgClassName
{
background-color: #224C34;
}
</style>
border-color css
<style>
span { border-color: #224C34; }
span { border-color: rgb(34,76,52); }
td.TdClassName
{
border-color: #224C34;
}
.TagClassName
{
border-color: #224C34;
}
</style>