Shades of Burnham #204636
Tints of Burnham #204636
RGB
CMYK
RGB Variations
Color information
#204636 (or 0x204636) is known color: Burnham. HEX triplet: 20, 46 and 36. RGB value is (32,70,54). Sum of RGB (Red+Green+Blue) = 32+70+54=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #204636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204636 is #DFB9C9. Grayscale: #383838. Windows color (decimal): -14662090 or 3556896. OLE color: 3556896.
HSL color Cylindrical-coordinate representation of color #204636: hue angle of 154.74º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204636 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 54 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.73 |
| HSL | 154.74º | 0.37% | 0.2% | - |
| HSV(B) | 154.74º | 0.54% | 0.27% | - |
| XYZ | 3.45 | 4.95 | 4.26 | - |
| YUV | 56.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 54 | 0.54 | 0 | 0.23 | 0.73 | 154.74 | 0.37 | 0.2 |
| Hex | 20 | 46 | 36 | 36 | 0 | 17 | 49 | 9B | 25 | 14 |
| Octal | 40 | 106 | 66 | 66 | 0 | 27 | 111 | 233 | 45 | 24 |
| Binary | 100000 | 1000110 | 110110 | 110110 | 0 | 10111 | 1001001 | 10011011 | 100101 | 10100 |
Color Harmonies of #204636
Complementary color
Monochromatic Colors of #204636
Black with #204636
Text Example
Text Example
White with #204636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204636; }
p { color: rgb(32,70,54); }
H1.HeaderClassName
{
color: #204636;
}
.AnyTagClassName
{
color: #204636;
}
</style>
background-color css
<style>
a { background-color: #204636; }
a { background-color: rgb(32,70,54); }
div.DivClassName
{
background-color: #204636;
}
.BgClassName
{
background-color: #204636;
}
</style>
border-color css
<style>
span { border-color: #204636; }
span { border-color: rgb(32,70,54); }
td.TdClassName
{
border-color: #204636;
}
.TagClassName
{
border-color: #204636;
}
</style>