Shades of Verdun Green #535204
Tints of Verdun Green #535204
RGB
CMYK
RGB Variations
Color information
#535204 (or 0x535204) is known color: Verdun Green. HEX triplet: 53, 52 and 04. RGB value is (83,82,4). Sum of RGB (Red+Green+Blue) = 83+82+4=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #535204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535204 is #ACADFB. Grayscale: #494949. Windows color (decimal): -11316732 or 283219. OLE color: 283219.
HSL color Cylindrical-coordinate representation of color #535204: hue angle of 59.24º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #535204 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 4 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.67 |
| HSL | 59.24º | 0.91% | 0.17% | - |
| HSV(B) | 59.24º | 0.95% | 0.33% | - |
| XYZ | 6.61 | 7.88 | 1.29 | - |
| YUV | 73.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 4 | 0 | 0.01 | 0.95 | 0.67 | 59.24 | 0.91 | 0.17 |
| Hex | 53 | 52 | 4 | 0 | 1 | 5F | 43 | 3B | 5B | 11 |
| Octal | 123 | 122 | 4 | 0 | 1 | 137 | 103 | 73 | 133 | 21 |
| Binary | 1010011 | 1010010 | 100 | 0 | 1 | 1011111 | 1000011 | 111011 | 1011011 | 10001 |
Color Harmonies of #535204
Complementary color
Monochromatic Colors of #535204
Black with #535204
Text Example
Text Example
White with #535204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535204; }
p { color: rgb(83,82,4); }
H1.HeaderClassName
{
color: #535204;
}
.AnyTagClassName
{
color: #535204;
}
</style>
background-color css
<style>
a { background-color: #535204; }
a { background-color: rgb(83,82,4); }
div.DivClassName
{
background-color: #535204;
}
.BgClassName
{
background-color: #535204;
}
</style>
border-color css
<style>
span { border-color: #535204; }
span { border-color: rgb(83,82,4); }
td.TdClassName
{
border-color: #535204;
}
.TagClassName
{
border-color: #535204;
}
</style>