Shades of Kaitoke Green #205B32
Tints of Kaitoke Green #205B32
RGB
CMYK
RGB Variations
Color information
#205B32 (or 0x205B32) is known color: Kaitoke Green. HEX triplet: 20, 5B and 32. RGB value is (32,91,50). Sum of RGB (Red+Green+Blue) = 32+91+50=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 91 (35.94% from 255 or 52.60% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 91 - color contains mainly: green. Hex color #205B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205B32 is #DFA4CD. Grayscale: #444444. Windows color (decimal): -14656718 or 3300128. OLE color: 3300128.
HSL color Cylindrical-coordinate representation of color #205B32: hue angle of 138.31º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #205B32 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 91 | 50 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.64 |
| HSL | 138.31º | 0.48% | 0.24% | - |
| HSV(B) | 138.31º | 0.65% | 0.36% | - |
| XYZ | 4.91 | 8.02 | 4.31 | - |
| YUV | 68.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 50 | 0.65 | 0 | 0.45 | 0.64 | 138.31 | 0.48 | 0.24 |
| Hex | 20 | 5B | 32 | 41 | 0 | 2D | 40 | 8A | 30 | 18 |
| Octal | 40 | 133 | 62 | 101 | 0 | 55 | 100 | 212 | 60 | 30 |
| Binary | 100000 | 1011011 | 110010 | 1000001 | 0 | 101101 | 1000000 | 10001010 | 110000 | 11000 |
Color Harmonies of #205B32
Complementary color
Monochromatic Colors of #205B32
Black with #205B32
Text Example
Text Example
White with #205B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B32; }
p { color: rgb(32,91,50); }
H1.HeaderClassName
{
color: #205B32;
}
.AnyTagClassName
{
color: #205B32;
}
</style>
background-color css
<style>
a { background-color: #205B32; }
a { background-color: rgb(32,91,50); }
div.DivClassName
{
background-color: #205B32;
}
.BgClassName
{
background-color: #205B32;
}
</style>
border-color css
<style>
span { border-color: #205B32; }
span { border-color: rgb(32,91,50); }
td.TdClassName
{
border-color: #205B32;
}
.TagClassName
{
border-color: #205B32;
}
</style>