Shades of Verdun Green #534E09
Tints of Verdun Green #534E09
RGB
CMYK
RGB Variations
Color information
#534E09 (or 0x534E09) is known color: Verdun Green. HEX triplet: 53, 4E and 09. RGB value is (83,78,9). Sum of RGB (Red+Green+Blue) = 83+78+9=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E09 is #ACB1F6. Grayscale: #474747. Windows color (decimal): -11317751 or 609875. OLE color: 609875.
HSL color Cylindrical-coordinate representation of color #534E09: hue angle of 55.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #534E09 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 9 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.67 |
| HSL | 55.95º | 0.8% | 0.18% | - |
| HSV(B) | 55.95º | 0.89% | 0.33% | - |
| XYZ | 6.34 | 7.31 | 1.33 | - |
| YUV | 71.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 9 | 0 | 0.06 | 0.89 | 0.67 | 55.95 | 0.8 | 0.18 |
| Hex | 53 | 4E | 9 | 0 | 6 | 59 | 43 | 38 | 50 | 12 |
| Octal | 123 | 116 | 11 | 0 | 6 | 131 | 103 | 70 | 120 | 22 |
| Binary | 1010011 | 1001110 | 1001 | 0 | 110 | 1011001 | 1000011 | 111000 | 1010000 | 10010 |
Color Harmonies of #534E09
Complementary color
Monochromatic Colors of #534E09
Black with #534E09
Text Example
Text Example
White with #534E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E09; }
p { color: rgb(83,78,9); }
H1.HeaderClassName
{
color: #534E09;
}
.AnyTagClassName
{
color: #534E09;
}
</style>
background-color css
<style>
a { background-color: #534E09; }
a { background-color: rgb(83,78,9); }
div.DivClassName
{
background-color: #534E09;
}
.BgClassName
{
background-color: #534E09;
}
</style>
border-color css
<style>
span { border-color: #534E09; }
span { border-color: rgb(83,78,9); }
td.TdClassName
{
border-color: #534E09;
}
.TagClassName
{
border-color: #534E09;
}
</style>