Shades of Kaitoke Green #204C32
Tints of Kaitoke Green #204C32
RGB
CMYK
RGB Variations
Color information
#204C32 (or 0x204C32) is known color: Kaitoke Green. HEX triplet: 20, 4C and 32. RGB value is (32,76,50). Sum of RGB (Red+Green+Blue) = 32+76+50=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #204C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C32 is #DFB3CD. Grayscale: #3B3B3B. Windows color (decimal): -14660558 or 3296288. OLE color: 3296288.
HSL color Cylindrical-coordinate representation of color #204C32: hue angle of 144.55º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C32 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 76 | 50 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.70 |
| HSL | 144.55º | 0.41% | 0.21% | - |
| HSV(B) | 144.55º | 0.58% | 0.3% | - |
| XYZ | 3.76 | 5.71 | 3.92 | - |
| YUV | 59.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 50 | 0.58 | 0 | 0.34 | 0.70 | 144.55 | 0.41 | 0.21 |
| Hex | 20 | 4C | 32 | 3A | 0 | 22 | 46 | 91 | 29 | 15 |
| Octal | 40 | 114 | 62 | 72 | 0 | 42 | 106 | 221 | 51 | 25 |
| Binary | 100000 | 1001100 | 110010 | 111010 | 0 | 100010 | 1000110 | 10010001 | 101001 | 10101 |
Color Harmonies of #204C32
Complementary color
Monochromatic Colors of #204C32
Black with #204C32
Text Example
Text Example
White with #204C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204C32; }
p { color: rgb(32,76,50); }
H1.HeaderClassName
{
color: #204C32;
}
.AnyTagClassName
{
color: #204C32;
}
</style>
background-color css
<style>
a { background-color: #204C32; }
a { background-color: rgb(32,76,50); }
div.DivClassName
{
background-color: #204C32;
}
.BgClassName
{
background-color: #204C32;
}
</style>
border-color css
<style>
span { border-color: #204C32; }
span { border-color: rgb(32,76,50); }
td.TdClassName
{
border-color: #204C32;
}
.TagClassName
{
border-color: #204C32;
}
</style>