Shades of Verdun Green #534C01
Tints of Verdun Green #534C01
RGB
CMYK
RGB Variations
Color information
#534C01 (or 0x534C01) is known color: Verdun Green. HEX triplet: 53, 4C and 01. RGB value is (83,76,1). Sum of RGB (Red+Green+Blue) = 83+76+1=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C01 is #ACB3FE. Grayscale: #454545. Windows color (decimal): -11318271 or 85075. OLE color: 85075.
HSL color Cylindrical-coordinate representation of color #534C01: hue angle of 54.88º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534C01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.67 |
| HSL | 54.88º | 0.98% | 0.16% | - |
| HSV(B) | 54.88º | 0.99% | 0.33% | - |
| XYZ | 6.16 | 7.01 | 1.06 | - |
| YUV | 69.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 1 | 0 | 0.08 | 0.99 | 0.67 | 54.88 | 0.98 | 0.16 |
| Hex | 53 | 4C | 1 | 0 | 8 | 63 | 43 | 37 | 62 | 10 |
| Octal | 123 | 114 | 1 | 0 | 10 | 143 | 103 | 67 | 142 | 20 |
| Binary | 1010011 | 1001100 | 1 | 0 | 1000 | 1100011 | 1000011 | 110111 | 1100010 | 10000 |
Color Harmonies of #534C01
Complementary color
Monochromatic Colors of #534C01
Black with #534C01
Text Example
Text Example
White with #534C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C01; }
p { color: rgb(83,76,1); }
H1.HeaderClassName
{
color: #534C01;
}
.AnyTagClassName
{
color: #534C01;
}
</style>
background-color css
<style>
a { background-color: #534C01; }
a { background-color: rgb(83,76,1); }
div.DivClassName
{
background-color: #534C01;
}
.BgClassName
{
background-color: #534C01;
}
</style>
border-color css
<style>
span { border-color: #534C01; }
span { border-color: rgb(83,76,1); }
td.TdClassName
{
border-color: #534C01;
}
.TagClassName
{
border-color: #534C01;
}
</style>