Shades of Kaitoke Green #20553A
Tints of Kaitoke Green #20553A
RGB
CMYK
RGB Variations
Color information
#20553A (or 0x20553A) is known color: Kaitoke Green. HEX triplet: 20, 55 and 3A. RGB value is (32,85,58). Sum of RGB (Red+Green+Blue) = 32+85+58=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #20553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20553A is #DFAAC5. Grayscale: #424242. Windows color (decimal): -14658246 or 3822880. OLE color: 3822880.
HSL color Cylindrical-coordinate representation of color #20553A: hue angle of 149.43º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20553A is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 58 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.67 |
| HSL | 149.43º | 0.45% | 0.23% | - |
| HSV(B) | 149.43º | 0.62% | 0.33% | - |
| XYZ | 4.61 | 7.11 | 5.13 | - |
| YUV | 66.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 58 | 0.62 | 0 | 0.32 | 0.67 | 149.43 | 0.45 | 0.23 |
| Hex | 20 | 55 | 3A | 3E | 0 | 20 | 43 | 95 | 2D | 17 |
| Octal | 40 | 125 | 72 | 76 | 0 | 40 | 103 | 225 | 55 | 27 |
| Binary | 100000 | 1010101 | 111010 | 111110 | 0 | 100000 | 1000011 | 10010101 | 101101 | 10111 |
Color Harmonies of #20553A
Complementary color
Monochromatic Colors of #20553A
Black with #20553A
Text Example
Text Example
White with #20553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20553A; }
p { color: rgb(32,85,58); }
H1.HeaderClassName
{
color: #20553A;
}
.AnyTagClassName
{
color: #20553A;
}
</style>
background-color css
<style>
a { background-color: #20553A; }
a { background-color: rgb(32,85,58); }
div.DivClassName
{
background-color: #20553A;
}
.BgClassName
{
background-color: #20553A;
}
</style>
border-color css
<style>
span { border-color: #20553A; }
span { border-color: rgb(32,85,58); }
td.TdClassName
{
border-color: #20553A;
}
.TagClassName
{
border-color: #20553A;
}
</style>