Shades of Verdun Green #534D03
Tints of Verdun Green #534D03
RGB
CMYK
RGB Variations
Color information
#534D03 (or 0x534D03) is known color: Verdun Green. HEX triplet: 53, 4D and 03. RGB value is (83,77,3). Sum of RGB (Red+Green+Blue) = 83+77+3=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D03 is #ACB2FC. Grayscale: #464646. Windows color (decimal): -11318013 or 216403. OLE color: 216403.
HSL color Cylindrical-coordinate representation of color #534D03: hue angle of 55.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #534D03 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 3 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.67 |
| HSL | 55.5º | 0.93% | 0.17% | - |
| HSV(B) | 55.5º | 0.96% | 0.33% | - |
| XYZ | 6.24 | 7.15 | 1.14 | - |
| YUV | 70.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 3 | 0 | 0.07 | 0.96 | 0.67 | 55.5 | 0.93 | 0.17 |
| Hex | 53 | 4D | 3 | 0 | 7 | 60 | 43 | 38 | 5D | 11 |
| Octal | 123 | 115 | 3 | 0 | 7 | 140 | 103 | 70 | 135 | 21 |
| Binary | 1010011 | 1001101 | 11 | 0 | 111 | 1100000 | 1000011 | 111000 | 1011101 | 10001 |
Color Harmonies of #534D03
Complementary color
Monochromatic Colors of #534D03
Black with #534D03
Text Example
Text Example
White with #534D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D03; }
p { color: rgb(83,77,3); }
H1.HeaderClassName
{
color: #534D03;
}
.AnyTagClassName
{
color: #534D03;
}
</style>
background-color css
<style>
a { background-color: #534D03; }
a { background-color: rgb(83,77,3); }
div.DivClassName
{
background-color: #534D03;
}
.BgClassName
{
background-color: #534D03;
}
</style>
border-color css
<style>
span { border-color: #534D03; }
span { border-color: rgb(83,77,3); }
td.TdClassName
{
border-color: #534D03;
}
.TagClassName
{
border-color: #534D03;
}
</style>