Shades of Verdun Green #534E03
Tints of Verdun Green #534E03
RGB
CMYK
RGB Variations
Color information
#534E03 (or 0x534E03) is known color: Verdun Green. HEX triplet: 53, 4E and 03. RGB value is (83,78,3). Sum of RGB (Red+Green+Blue) = 83+78+3=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E03 is #ACB1FC. Grayscale: #474747. Windows color (decimal): -11317757 or 216659. OLE color: 216659.
HSL color Cylindrical-coordinate representation of color #534E03: hue angle of 56.25º 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 #534E03 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 3 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.67 |
| HSL | 56.25º | 0.93% | 0.17% | - |
| HSV(B) | 56.25º | 0.96% | 0.33% | - |
| XYZ | 6.31 | 7.29 | 1.16 | - |
| YUV | 70.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 3 | 0 | 0.06 | 0.96 | 0.67 | 56.25 | 0.93 | 0.17 |
| Hex | 53 | 4E | 3 | 0 | 6 | 60 | 43 | 38 | 5D | 11 |
| Octal | 123 | 116 | 3 | 0 | 6 | 140 | 103 | 70 | 135 | 21 |
| Binary | 1010011 | 1001110 | 11 | 0 | 110 | 1100000 | 1000011 | 111000 | 1011101 | 10001 |
Color Harmonies of #534E03
Complementary color
Monochromatic Colors of #534E03
Black with #534E03
Text Example
Text Example
White with #534E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E03; }
p { color: rgb(83,78,3); }
H1.HeaderClassName
{
color: #534E03;
}
.AnyTagClassName
{
color: #534E03;
}
</style>
background-color css
<style>
a { background-color: #534E03; }
a { background-color: rgb(83,78,3); }
div.DivClassName
{
background-color: #534E03;
}
.BgClassName
{
background-color: #534E03;
}
</style>
border-color css
<style>
span { border-color: #534E03; }
span { border-color: rgb(83,78,3); }
td.TdClassName
{
border-color: #534E03;
}
.TagClassName
{
border-color: #534E03;
}
</style>