Shades of Verdun Green #536404
Tints of Verdun Green #536404
RGB
CMYK
RGB Variations
Color information
#536404 (or 0x536404) is known color: Verdun Green. HEX triplet: 53, 64 and 04. RGB value is (83,100,4). Sum of RGB (Red+Green+Blue) = 83+100+4=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #536404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536404 is #AC9BFB. Grayscale: #545454. Windows color (decimal): -11312124 or 287827. OLE color: 287827.
HSL color Cylindrical-coordinate representation of color #536404: hue angle of 70.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #536404 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 100 | 4 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.61 |
| HSL | 70.62º | 0.92% | 0.2% | - |
| HSV(B) | 70.62º | 0.96% | 0.39% | - |
| XYZ | 8.15 | 10.96 | 1.8 | - |
| YUV | 83.97 | 82.87 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 100 | 4 | 0.17 | 0 | 0.96 | 0.61 | 70.62 | 0.92 | 0.2 |
| Hex | 53 | 64 | 4 | 11 | 0 | 60 | 3D | 47 | 5C | 14 |
| Octal | 123 | 144 | 4 | 21 | 0 | 140 | 75 | 107 | 134 | 24 |
| Binary | 1010011 | 1100100 | 100 | 10001 | 0 | 1100000 | 111101 | 1000111 | 1011100 | 10100 |
Color Harmonies of #536404
Complementary color
Monochromatic Colors of #536404
Black with #536404
Text Example
Text Example
White with #536404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536404; }
p { color: rgb(83,100,4); }
H1.HeaderClassName
{
color: #536404;
}
.AnyTagClassName
{
color: #536404;
}
</style>
background-color css
<style>
a { background-color: #536404; }
a { background-color: rgb(83,100,4); }
div.DivClassName
{
background-color: #536404;
}
.BgClassName
{
background-color: #536404;
}
</style>
border-color css
<style>
span { border-color: #536404; }
span { border-color: rgb(83,100,4); }
td.TdClassName
{
border-color: #536404;
}
.TagClassName
{
border-color: #536404;
}
</style>