Shades of Verdun Green #534E06
Tints of Verdun Green #534E06
RGB
CMYK
RGB Variations
Color information
#534E06 (or 0x534E06) is known color: Verdun Green. HEX triplet: 53, 4E and 06. RGB value is (83,78,6). Sum of RGB (Red+Green+Blue) = 83+78+6=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E06 is #ACB1F9. Grayscale: #474747. Windows color (decimal): -11317754 or 413267. OLE color: 413267.
HSL color Cylindrical-coordinate representation of color #534E06: hue angle of 56.1º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534E06 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 6 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.67 |
| HSL | 56.1º | 0.87% | 0.17% | - |
| HSV(B) | 56.1º | 0.93% | 0.33% | - |
| XYZ | 6.32 | 7.3 | 1.25 | - |
| YUV | 71.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 6 | 0 | 0.06 | 0.93 | 0.67 | 56.1 | 0.87 | 0.17 |
| Hex | 53 | 4E | 6 | 0 | 6 | 5D | 43 | 38 | 57 | 11 |
| Octal | 123 | 116 | 6 | 0 | 6 | 135 | 103 | 70 | 127 | 21 |
| Binary | 1010011 | 1001110 | 110 | 0 | 110 | 1011101 | 1000011 | 111000 | 1010111 | 10001 |
Color Harmonies of #534E06
Complementary color
Monochromatic Colors of #534E06
Black with #534E06
Text Example
Text Example
White with #534E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E06; }
p { color: rgb(83,78,6); }
H1.HeaderClassName
{
color: #534E06;
}
.AnyTagClassName
{
color: #534E06;
}
</style>
background-color css
<style>
a { background-color: #534E06; }
a { background-color: rgb(83,78,6); }
div.DivClassName
{
background-color: #534E06;
}
.BgClassName
{
background-color: #534E06;
}
</style>
border-color css
<style>
span { border-color: #534E06; }
span { border-color: rgb(83,78,6); }
td.TdClassName
{
border-color: #534E06;
}
.TagClassName
{
border-color: #534E06;
}
</style>