Shades of Verdun Green #534D02
Tints of Verdun Green #534D02
RGB
CMYK
RGB Variations
Color information
#534D02 (or 0x534D02) is known color: Verdun Green. HEX triplet: 53, 4D and 02. RGB value is (83,77,2). Sum of RGB (Red+Green+Blue) = 83+77+2=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D02 is #ACB2FD. Grayscale: #464646. Windows color (decimal): -11318014 or 150867. OLE color: 150867.
HSL color Cylindrical-coordinate representation of color #534D02: hue angle of 55.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534D02 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 2 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.67 |
| HSL | 55.56º | 0.95% | 0.17% | - |
| HSV(B) | 55.56º | 0.98% | 0.33% | - |
| XYZ | 6.23 | 7.15 | 1.11 | - |
| YUV | 70.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 2 | 0 | 0.07 | 0.98 | 0.67 | 55.56 | 0.95 | 0.17 |
| Hex | 53 | 4D | 2 | 0 | 7 | 62 | 43 | 38 | 5F | 11 |
| Octal | 123 | 115 | 2 | 0 | 7 | 142 | 103 | 70 | 137 | 21 |
| Binary | 1010011 | 1001101 | 10 | 0 | 111 | 1100010 | 1000011 | 111000 | 1011111 | 10001 |
Color Harmonies of #534D02
Complementary color
Monochromatic Colors of #534D02
Black with #534D02
Text Example
Text Example
White with #534D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D02; }
p { color: rgb(83,77,2); }
H1.HeaderClassName
{
color: #534D02;
}
.AnyTagClassName
{
color: #534D02;
}
</style>
background-color css
<style>
a { background-color: #534D02; }
a { background-color: rgb(83,77,2); }
div.DivClassName
{
background-color: #534D02;
}
.BgClassName
{
background-color: #534D02;
}
</style>
border-color css
<style>
span { border-color: #534D02; }
span { border-color: rgb(83,77,2); }
td.TdClassName
{
border-color: #534D02;
}
.TagClassName
{
border-color: #534D02;
}
</style>