Shades of Verdun Green #534E04
Tints of Verdun Green #534E04
RGB
CMYK
RGB Variations
Color information
#534E04 (or 0x534E04) is known color: Verdun Green. HEX triplet: 53, 4E and 04. RGB value is (83,78,4). Sum of RGB (Red+Green+Blue) = 83+78+4=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E04 is #ACB1FB. Grayscale: #474747. Windows color (decimal): -11317756 or 282195. OLE color: 282195.
HSL color Cylindrical-coordinate representation of color #534E04: hue angle of 56.2º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #534E04 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 4 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.67 |
| HSL | 56.2º | 0.91% | 0.17% | - |
| HSV(B) | 56.2º | 0.95% | 0.33% | - |
| XYZ | 6.31 | 7.3 | 1.19 | - |
| YUV | 71.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 4 | 0 | 0.06 | 0.95 | 0.67 | 56.2 | 0.91 | 0.17 |
| Hex | 53 | 4E | 4 | 0 | 6 | 5F | 43 | 38 | 5B | 11 |
| Octal | 123 | 116 | 4 | 0 | 6 | 137 | 103 | 70 | 133 | 21 |
| Binary | 1010011 | 1001110 | 100 | 0 | 110 | 1011111 | 1000011 | 111000 | 1011011 | 10001 |
Color Harmonies of #534E04
Complementary color
Monochromatic Colors of #534E04
Black with #534E04
Text Example
Text Example
White with #534E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E04; }
p { color: rgb(83,78,4); }
H1.HeaderClassName
{
color: #534E04;
}
.AnyTagClassName
{
color: #534E04;
}
</style>
background-color css
<style>
a { background-color: #534E04; }
a { background-color: rgb(83,78,4); }
div.DivClassName
{
background-color: #534E04;
}
.BgClassName
{
background-color: #534E04;
}
</style>
border-color css
<style>
span { border-color: #534E04; }
span { border-color: rgb(83,78,4); }
td.TdClassName
{
border-color: #534E04;
}
.TagClassName
{
border-color: #534E04;
}
</style>