Shades of Verdun Green #534E08
Tints of Verdun Green #534E08
RGB
CMYK
RGB Variations
Color information
#534E08 (or 0x534E08) is known color: Verdun Green. HEX triplet: 53, 4E and 08. RGB value is (83,78,8). Sum of RGB (Red+Green+Blue) = 83+78+8=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E08 is #ACB1F7. Grayscale: #474747. Windows color (decimal): -11317752 or 544339. OLE color: 544339.
HSL color Cylindrical-coordinate representation of color #534E08: hue angle of 56º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534E08 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 8 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.67 |
| HSL | 56º | 0.82% | 0.18% | - |
| HSV(B) | 56º | 0.9% | 0.33% | - |
| XYZ | 6.34 | 7.31 | 1.31 | - |
| YUV | 71.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 8 | 0 | 0.06 | 0.90 | 0.67 | 56 | 0.82 | 0.18 |
| Hex | 53 | 4E | 8 | 0 | 6 | 5A | 43 | 38 | 52 | 12 |
| Octal | 123 | 116 | 10 | 0 | 6 | 132 | 103 | 70 | 122 | 22 |
| Binary | 1010011 | 1001110 | 1000 | 0 | 110 | 1011010 | 1000011 | 111000 | 1010010 | 10010 |
Color Harmonies of #534E08
Complementary color
Monochromatic Colors of #534E08
Black with #534E08
Text Example
Text Example
White with #534E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E08; }
p { color: rgb(83,78,8); }
H1.HeaderClassName
{
color: #534E08;
}
.AnyTagClassName
{
color: #534E08;
}
</style>
background-color css
<style>
a { background-color: #534E08; }
a { background-color: rgb(83,78,8); }
div.DivClassName
{
background-color: #534E08;
}
.BgClassName
{
background-color: #534E08;
}
</style>
border-color css
<style>
span { border-color: #534E08; }
span { border-color: rgb(83,78,8); }
td.TdClassName
{
border-color: #534E08;
}
.TagClassName
{
border-color: #534E08;
}
</style>