Shades of Verdun Green #536705
Tints of Verdun Green #536705
RGB
CMYK
RGB Variations
Color information
#536705 (or 0x536705) is known color: Verdun Green. HEX triplet: 53, 67 and 05. RGB value is (83,103,5). Sum of RGB (Red+Green+Blue) = 83+103+5=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #536705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536705 is #AC98FA. Grayscale: #565656. Windows color (decimal): -11311355 or 354131. OLE color: 354131.
HSL color Cylindrical-coordinate representation of color #536705: hue angle of 72.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #536705 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 5 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.60 |
| HSL | 72.24º | 0.91% | 0.21% | - |
| HSV(B) | 72.24º | 0.95% | 0.4% | - |
| XYZ | 8.44 | 11.55 | 1.93 | - |
| YUV | 85.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 5 | 0.19 | 0 | 0.95 | 0.60 | 72.24 | 0.91 | 0.21 |
| Hex | 53 | 67 | 5 | 13 | 0 | 5F | 3C | 48 | 5B | 15 |
| Octal | 123 | 147 | 5 | 23 | 0 | 137 | 74 | 110 | 133 | 25 |
| Binary | 1010011 | 1100111 | 101 | 10011 | 0 | 1011111 | 111100 | 1001000 | 1011011 | 10101 |
Color Harmonies of #536705
Complementary color
Monochromatic Colors of #536705
Black with #536705
Text Example
Text Example
White with #536705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536705; }
p { color: rgb(83,103,5); }
H1.HeaderClassName
{
color: #536705;
}
.AnyTagClassName
{
color: #536705;
}
</style>
background-color css
<style>
a { background-color: #536705; }
a { background-color: rgb(83,103,5); }
div.DivClassName
{
background-color: #536705;
}
.BgClassName
{
background-color: #536705;
}
</style>
border-color css
<style>
span { border-color: #536705; }
span { border-color: rgb(83,103,5); }
td.TdClassName
{
border-color: #536705;
}
.TagClassName
{
border-color: #536705;
}
</style>