Shades of Verdun Green #536706
Tints of Verdun Green #536706
RGB
CMYK
RGB Variations
Color information
#536706 (or 0x536706) is known color: Verdun Green. HEX triplet: 53, 67 and 06. RGB value is (83,103,6). Sum of RGB (Red+Green+Blue) = 83+103+6=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #536706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536706 is #AC98F9. Grayscale: #565656. Windows color (decimal): -11311354 or 419667. OLE color: 419667.
HSL color Cylindrical-coordinate representation of color #536706: hue angle of 72.37º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #536706 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 6 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.60 |
| HSL | 72.37º | 0.89% | 0.21% | - |
| HSV(B) | 72.37º | 0.94% | 0.4% | - |
| XYZ | 8.45 | 11.55 | 1.96 | - |
| YUV | 85.96 | 82.87 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 6 | 0.19 | 0 | 0.94 | 0.60 | 72.37 | 0.89 | 0.21 |
| Hex | 53 | 67 | 6 | 13 | 0 | 5E | 3C | 48 | 59 | 15 |
| Octal | 123 | 147 | 6 | 23 | 0 | 136 | 74 | 110 | 131 | 25 |
| Binary | 1010011 | 1100111 | 110 | 10011 | 0 | 1011110 | 111100 | 1001000 | 1011001 | 10101 |
Color Harmonies of #536706
Complementary color
Monochromatic Colors of #536706
Black with #536706
Text Example
Text Example
White with #536706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536706; }
p { color: rgb(83,103,6); }
H1.HeaderClassName
{
color: #536706;
}
.AnyTagClassName
{
color: #536706;
}
</style>
background-color css
<style>
a { background-color: #536706; }
a { background-color: rgb(83,103,6); }
div.DivClassName
{
background-color: #536706;
}
.BgClassName
{
background-color: #536706;
}
</style>
border-color css
<style>
span { border-color: #536706; }
span { border-color: rgb(83,103,6); }
td.TdClassName
{
border-color: #536706;
}
.TagClassName
{
border-color: #536706;
}
</style>