Shades of Kaitoke Green #20583C
Tints of Kaitoke Green #20583C
RGB
CMYK
RGB Variations
Color information
#20583C (or 0x20583C) is known color: Kaitoke Green. HEX triplet: 20, 58 and 3C. RGB value is (32,88,60). Sum of RGB (Red+Green+Blue) = 32+88+60=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #20583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20583C is #DFA7C3. Grayscale: #444444. Windows color (decimal): -14657476 or 3954720. OLE color: 3954720.
HSL color Cylindrical-coordinate representation of color #20583C: hue angle of 150º degrees, saturation: 0.47, 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 #20583C is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 88 | 60 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.65 |
| HSL | 150º | 0.47% | 0.24% | - |
| HSV(B) | 150º | 0.64% | 0.35% | - |
| XYZ | 4.9 | 7.61 | 5.49 | - |
| YUV | 68.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 60 | 0.64 | 0 | 0.32 | 0.65 | 150 | 0.47 | 0.24 |
| Hex | 20 | 58 | 3C | 40 | 0 | 20 | 41 | 96 | 2F | 18 |
| Octal | 40 | 130 | 74 | 100 | 0 | 40 | 101 | 226 | 57 | 30 |
| Binary | 100000 | 1011000 | 111100 | 1000000 | 0 | 100000 | 1000001 | 10010110 | 101111 | 11000 |
Color Harmonies of #20583C
Complementary color
Monochromatic Colors of #20583C
Black with #20583C
Text Example
Text Example
White with #20583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20583C; }
p { color: rgb(32,88,60); }
H1.HeaderClassName
{
color: #20583C;
}
.AnyTagClassName
{
color: #20583C;
}
</style>
background-color css
<style>
a { background-color: #20583C; }
a { background-color: rgb(32,88,60); }
div.DivClassName
{
background-color: #20583C;
}
.BgClassName
{
background-color: #20583C;
}
</style>
border-color css
<style>
span { border-color: #20583C; }
span { border-color: rgb(32,88,60); }
td.TdClassName
{
border-color: #20583C;
}
.TagClassName
{
border-color: #20583C;
}
</style>