Shades of Kaitoke Green #224D35
Tints of Kaitoke Green #224D35
RGB
CMYK
RGB Variations
Color information
#224D35 (or 0x224D35) is known color: Kaitoke Green. HEX triplet: 22, 4D and 35. RGB value is (34,77,53). Sum of RGB (Red+Green+Blue) = 34+77+53=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #224D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D35 is #DDB2CA. Grayscale: #3D3D3D. Windows color (decimal): -14529227 or 3493154. OLE color: 3493154.
HSL color Cylindrical-coordinate representation of color #224D35: hue angle of 146.51º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D35 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 53 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.70 |
| HSL | 146.51º | 0.39% | 0.22% | - |
| HSV(B) | 146.51º | 0.56% | 0.3% | - |
| XYZ | 3.96 | 5.9 | 4.3 | - |
| YUV | 61.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 53 | 0.56 | 0 | 0.31 | 0.70 | 146.51 | 0.39 | 0.22 |
| Hex | 22 | 4D | 35 | 38 | 0 | 1F | 46 | 93 | 27 | 16 |
| Octal | 42 | 115 | 65 | 70 | 0 | 37 | 106 | 223 | 47 | 26 |
| Binary | 100010 | 1001101 | 110101 | 111000 | 0 | 11111 | 1000110 | 10010011 | 100111 | 10110 |
Color Harmonies of #224D35
Complementary color
Monochromatic Colors of #224D35
Black with #224D35
Text Example
Text Example
White with #224D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D35; }
p { color: rgb(34,77,53); }
H1.HeaderClassName
{
color: #224D35;
}
.AnyTagClassName
{
color: #224D35;
}
</style>
background-color css
<style>
a { background-color: #224D35; }
a { background-color: rgb(34,77,53); }
div.DivClassName
{
background-color: #224D35;
}
.BgClassName
{
background-color: #224D35;
}
</style>
border-color css
<style>
span { border-color: #224D35; }
span { border-color: rgb(34,77,53); }
td.TdClassName
{
border-color: #224D35;
}
.TagClassName
{
border-color: #224D35;
}
</style>