Shades of Kaitoke Green #205C37
Tints of Kaitoke Green #205C37
RGB
CMYK
RGB Variations
Color information
#205C37 (or 0x205C37) is known color: Kaitoke Green. HEX triplet: 20, 5C and 37. RGB value is (32,92,55). Sum of RGB (Red+Green+Blue) = 32+92+55=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #205C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205C37 is #DFA3C8. Grayscale: #454545. Windows color (decimal): -14656457 or 3628064. OLE color: 3628064.
HSL color Cylindrical-coordinate representation of color #205C37: hue angle of 143º 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 #205C37 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 92 | 55 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.64 |
| HSL | 143º | 0.48% | 0.24% | - |
| HSV(B) | 143º | 0.65% | 0.36% | - |
| XYZ | 5.11 | 8.24 | 4.93 | - |
| YUV | 69.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 55 | 0.65 | 0 | 0.40 | 0.64 | 143 | 0.48 | 0.24 |
| Hex | 20 | 5C | 37 | 41 | 0 | 28 | 40 | 8F | 30 | 18 |
| Octal | 40 | 134 | 67 | 101 | 0 | 50 | 100 | 217 | 60 | 30 |
| Binary | 100000 | 1011100 | 110111 | 1000001 | 0 | 101000 | 1000000 | 10001111 | 110000 | 11000 |
Color Harmonies of #205C37
Complementary color
Monochromatic Colors of #205C37
Black with #205C37
Text Example
Text Example
White with #205C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C37; }
p { color: rgb(32,92,55); }
H1.HeaderClassName
{
color: #205C37;
}
.AnyTagClassName
{
color: #205C37;
}
</style>
background-color css
<style>
a { background-color: #205C37; }
a { background-color: rgb(32,92,55); }
div.DivClassName
{
background-color: #205C37;
}
.BgClassName
{
background-color: #205C37;
}
</style>
border-color css
<style>
span { border-color: #205C37; }
span { border-color: rgb(32,92,55); }
td.TdClassName
{
border-color: #205C37;
}
.TagClassName
{
border-color: #205C37;
}
</style>