Shades of Verdun Green #534E0B
Tints of Verdun Green #534E0B
RGB
CMYK
RGB Variations
Color information
#534E0B (or 0x534E0B) is known color: Verdun Green. HEX triplet: 53, 4E and 0B. RGB value is (83,78,11). Sum of RGB (Red+Green+Blue) = 83+78+11=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0B is #ACB1F4. Grayscale: #484848. Windows color (decimal): -11317749 or 740947. OLE color: 740947.
HSL color Cylindrical-coordinate representation of color #534E0B: hue angle of 55.83º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #534E0B is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 11 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.67 |
| HSL | 55.83º | 0.77% | 0.18% | - |
| HSV(B) | 55.83º | 0.87% | 0.33% | - |
| XYZ | 6.35 | 7.31 | 1.39 | - |
| YUV | 71.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 11 | 0 | 0.06 | 0.87 | 0.67 | 55.83 | 0.77 | 0.18 |
| Hex | 53 | 4E | B | 0 | 6 | 57 | 43 | 38 | 4D | 12 |
| Octal | 123 | 116 | 13 | 0 | 6 | 127 | 103 | 70 | 115 | 22 |
| Binary | 1010011 | 1001110 | 1011 | 0 | 110 | 1010111 | 1000011 | 111000 | 1001101 | 10010 |
Color Harmonies of #534E0B
Complementary color
Monochromatic Colors of #534E0B
Black with #534E0B
Text Example
Text Example
White with #534E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E0B; }
p { color: rgb(83,78,11); }
H1.HeaderClassName
{
color: #534E0B;
}
.AnyTagClassName
{
color: #534E0B;
}
</style>
background-color css
<style>
a { background-color: #534E0B; }
a { background-color: rgb(83,78,11); }
div.DivClassName
{
background-color: #534E0B;
}
.BgClassName
{
background-color: #534E0B;
}
</style>
border-color css
<style>
span { border-color: #534E0B; }
span { border-color: rgb(83,78,11); }
td.TdClassName
{
border-color: #534E0B;
}
.TagClassName
{
border-color: #534E0B;
}
</style>