Shades of Verdun Green #534E0C
Tints of Verdun Green #534E0C
RGB
CMYK
RGB Variations
Color information
#534E0C (or 0x534E0C) is known color: Verdun Green. HEX triplet: 53, 4E and 0C. RGB value is (83,78,12). Sum of RGB (Red+Green+Blue) = 83+78+12=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E0C is #ACB1F3. Grayscale: #484848. Windows color (decimal): -11317748 or 806483. OLE color: 806483.
HSL color Cylindrical-coordinate representation of color #534E0C: hue angle of 55.77º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #534E0C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 12 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.67 |
| HSL | 55.77º | 0.75% | 0.19% | - |
| HSV(B) | 55.77º | 0.86% | 0.33% | - |
| XYZ | 6.36 | 7.31 | 1.42 | - |
| YUV | 71.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 12 | 0 | 0.06 | 0.86 | 0.67 | 55.77 | 0.75 | 0.19 |
| Hex | 53 | 4E | C | 0 | 6 | 56 | 43 | 38 | 4B | 13 |
| Octal | 123 | 116 | 14 | 0 | 6 | 126 | 103 | 70 | 113 | 23 |
| Binary | 1010011 | 1001110 | 1100 | 0 | 110 | 1010110 | 1000011 | 111000 | 1001011 | 10011 |
Color Harmonies of #534E0C
Complementary color
Monochromatic Colors of #534E0C
Black with #534E0C
Text Example
Text Example
White with #534E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E0C; }
p { color: rgb(83,78,12); }
H1.HeaderClassName
{
color: #534E0C;
}
.AnyTagClassName
{
color: #534E0C;
}
</style>
background-color css
<style>
a { background-color: #534E0C; }
a { background-color: rgb(83,78,12); }
div.DivClassName
{
background-color: #534E0C;
}
.BgClassName
{
background-color: #534E0C;
}
</style>
border-color css
<style>
span { border-color: #534E0C; }
span { border-color: rgb(83,78,12); }
td.TdClassName
{
border-color: #534E0C;
}
.TagClassName
{
border-color: #534E0C;
}
</style>