Shades of Verdun Green #534E0A
Tints of Verdun Green #534E0A
RGB
CMYK
RGB Variations
Color information
#534E0A (or 0x534E0A) is known color: Verdun Green. HEX triplet: 53, 4E and 0A. RGB value is (83,78,10). Sum of RGB (Red+Green+Blue) = 83+78+10=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0A is #ACB1F5. Grayscale: #484848. Windows color (decimal): -11317750 or 675411. OLE color: 675411.
HSL color Cylindrical-coordinate representation of color #534E0A: hue angle of 55.89º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #534E0A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 10 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.67 |
| HSL | 55.89º | 0.78% | 0.18% | - |
| HSV(B) | 55.89º | 0.88% | 0.33% | - |
| XYZ | 6.35 | 7.31 | 1.36 | - |
| YUV | 71.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 10 | 0 | 0.06 | 0.88 | 0.67 | 55.89 | 0.78 | 0.18 |
| Hex | 53 | 4E | A | 0 | 6 | 58 | 43 | 38 | 4E | 12 |
| Octal | 123 | 116 | 12 | 0 | 6 | 130 | 103 | 70 | 116 | 22 |
| Binary | 1010011 | 1001110 | 1010 | 0 | 110 | 1011000 | 1000011 | 111000 | 1001110 | 10010 |
Color Harmonies of #534E0A
Complementary color
Monochromatic Colors of #534E0A
Black with #534E0A
Text Example
Text Example
White with #534E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E0A; }
p { color: rgb(83,78,10); }
H1.HeaderClassName
{
color: #534E0A;
}
.AnyTagClassName
{
color: #534E0A;
}
</style>
background-color css
<style>
a { background-color: #534E0A; }
a { background-color: rgb(83,78,10); }
div.DivClassName
{
background-color: #534E0A;
}
.BgClassName
{
background-color: #534E0A;
}
</style>
border-color css
<style>
span { border-color: #534E0A; }
span { border-color: rgb(83,78,10); }
td.TdClassName
{
border-color: #534E0A;
}
.TagClassName
{
border-color: #534E0A;
}
</style>