Shades of Verdun Green #534E01
Tints of Verdun Green #534E01
RGB
CMYK
RGB Variations
Color information
#534E01 (or 0x534E01) is known color: Verdun Green. HEX triplet: 53, 4E and 01. RGB value is (83,78,1). Sum of RGB (Red+Green+Blue) = 83+78+1=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E01 is #ACB1FE. Grayscale: #474747. Windows color (decimal): -11317759 or 85587. OLE color: 85587.
HSL color Cylindrical-coordinate representation of color #534E01: hue angle of 56.34º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534E01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.67 |
| HSL | 56.34º | 0.98% | 0.16% | - |
| HSV(B) | 56.34º | 0.99% | 0.33% | - |
| XYZ | 6.3 | 7.29 | 1.1 | - |
| YUV | 70.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 1 | 0 | 0.06 | 0.99 | 0.67 | 56.34 | 0.98 | 0.16 |
| Hex | 53 | 4E | 1 | 0 | 6 | 63 | 43 | 38 | 62 | 10 |
| Octal | 123 | 116 | 1 | 0 | 6 | 143 | 103 | 70 | 142 | 20 |
| Binary | 1010011 | 1001110 | 1 | 0 | 110 | 1100011 | 1000011 | 111000 | 1100010 | 10000 |
Color Harmonies of #534E01
Complementary color
Monochromatic Colors of #534E01
Black with #534E01
Text Example
Text Example
White with #534E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E01; }
p { color: rgb(83,78,1); }
H1.HeaderClassName
{
color: #534E01;
}
.AnyTagClassName
{
color: #534E01;
}
</style>
background-color css
<style>
a { background-color: #534E01; }
a { background-color: rgb(83,78,1); }
div.DivClassName
{
background-color: #534E01;
}
.BgClassName
{
background-color: #534E01;
}
</style>
border-color css
<style>
span { border-color: #534E01; }
span { border-color: rgb(83,78,1); }
td.TdClassName
{
border-color: #534E01;
}
.TagClassName
{
border-color: #534E01;
}
</style>