Shades of Kaitoke Green #205A39
Tints of Kaitoke Green #205A39
RGB
CMYK
RGB Variations
Color information
#205A39 (or 0x205A39) is known color: Kaitoke Green. HEX triplet: 20, 5A and 39. RGB value is (32,90,57). Sum of RGB (Red+Green+Blue) = 32+90+57=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #205A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A39 is #DFA5C6. Grayscale: #444444. Windows color (decimal): -14656967 or 3758624. OLE color: 3758624.
HSL color Cylindrical-coordinate representation of color #205A39: hue angle of 145.86º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A39 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 57 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.65 |
| HSL | 145.86º | 0.48% | 0.24% | - |
| HSV(B) | 145.86º | 0.64% | 0.35% | - |
| XYZ | 4.99 | 7.91 | 5.14 | - |
| YUV | 68.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 57 | 0.64 | 0 | 0.37 | 0.65 | 145.86 | 0.48 | 0.24 |
| Hex | 20 | 5A | 39 | 40 | 0 | 25 | 41 | 92 | 30 | 18 |
| Octal | 40 | 132 | 71 | 100 | 0 | 45 | 101 | 222 | 60 | 30 |
| Binary | 100000 | 1011010 | 111001 | 1000000 | 0 | 100101 | 1000001 | 10010010 | 110000 | 11000 |
Color Harmonies of #205A39
Complementary color
Monochromatic Colors of #205A39
Black with #205A39
Text Example
Text Example
White with #205A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A39; }
p { color: rgb(32,90,57); }
H1.HeaderClassName
{
color: #205A39;
}
.AnyTagClassName
{
color: #205A39;
}
</style>
background-color css
<style>
a { background-color: #205A39; }
a { background-color: rgb(32,90,57); }
div.DivClassName
{
background-color: #205A39;
}
.BgClassName
{
background-color: #205A39;
}
</style>
border-color css
<style>
span { border-color: #205A39; }
span { border-color: rgb(32,90,57); }
td.TdClassName
{
border-color: #205A39;
}
.TagClassName
{
border-color: #205A39;
}
</style>