Shades of Verdun Green #534E02
Tints of Verdun Green #534E02
RGB
CMYK
RGB Variations
Color information
#534E02 (or 0x534E02) is known color: Verdun Green. HEX triplet: 53, 4E and 02. RGB value is (83,78,2). Sum of RGB (Red+Green+Blue) = 83+78+2=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E02 is #ACB1FD. Grayscale: #474747. Windows color (decimal): -11317758 or 151123. OLE color: 151123.
HSL color Cylindrical-coordinate representation of color #534E02: hue angle of 56.3º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534E02 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.67 |
| HSL | 56.3º | 0.95% | 0.17% | - |
| HSV(B) | 56.3º | 0.98% | 0.33% | - |
| XYZ | 6.3 | 7.29 | 1.13 | - |
| YUV | 70.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 2 | 0 | 0.06 | 0.98 | 0.67 | 56.3 | 0.95 | 0.17 |
| Hex | 53 | 4E | 2 | 0 | 6 | 62 | 43 | 38 | 5F | 11 |
| Octal | 123 | 116 | 2 | 0 | 6 | 142 | 103 | 70 | 137 | 21 |
| Binary | 1010011 | 1001110 | 10 | 0 | 110 | 1100010 | 1000011 | 111000 | 1011111 | 10001 |
Color Harmonies of #534E02
Complementary color
Monochromatic Colors of #534E02
Black with #534E02
Text Example
Text Example
White with #534E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E02; }
p { color: rgb(83,78,2); }
H1.HeaderClassName
{
color: #534E02;
}
.AnyTagClassName
{
color: #534E02;
}
</style>
background-color css
<style>
a { background-color: #534E02; }
a { background-color: rgb(83,78,2); }
div.DivClassName
{
background-color: #534E02;
}
.BgClassName
{
background-color: #534E02;
}
</style>
border-color css
<style>
span { border-color: #534E02; }
span { border-color: rgb(83,78,2); }
td.TdClassName
{
border-color: #534E02;
}
.TagClassName
{
border-color: #534E02;
}
</style>