Shades of Verdun Green #524F01
Tints of Verdun Green #524F01
RGB
CMYK
RGB Variations
Color information
#524F01 (or 0x524F01) is known color: Verdun Green. HEX triplet: 52, 4F and 01. RGB value is (82,79,1). Sum of RGB (Red+Green+Blue) = 82+79+1=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F01 is #ADB0FE. Grayscale: #474747. Windows color (decimal): -11383039 or 85842. OLE color: 85842.
HSL color Cylindrical-coordinate representation of color #524F01: hue angle of 57.78º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #524F01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.68 |
| HSL | 57.78º | 0.98% | 0.16% | - |
| HSV(B) | 57.78º | 0.99% | 0.32% | - |
| XYZ | 6.28 | 7.39 | 1.12 | - |
| YUV | 71.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 1 | 0 | 0.04 | 0.99 | 0.68 | 57.78 | 0.98 | 0.16 |
| Hex | 52 | 4F | 1 | 0 | 4 | 63 | 44 | 3A | 62 | 10 |
| Octal | 122 | 117 | 1 | 0 | 4 | 143 | 104 | 72 | 142 | 20 |
| Binary | 1010010 | 1001111 | 1 | 0 | 100 | 1100011 | 1000100 | 111010 | 1100010 | 10000 |
Color Harmonies of #524F01
Complementary color
Monochromatic Colors of #524F01
Black with #524F01
Text Example
Text Example
White with #524F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F01; }
p { color: rgb(82,79,1); }
H1.HeaderClassName
{
color: #524F01;
}
.AnyTagClassName
{
color: #524F01;
}
</style>
background-color css
<style>
a { background-color: #524F01; }
a { background-color: rgb(82,79,1); }
div.DivClassName
{
background-color: #524F01;
}
.BgClassName
{
background-color: #524F01;
}
</style>
border-color css
<style>
span { border-color: #524F01; }
span { border-color: rgb(82,79,1); }
td.TdClassName
{
border-color: #524F01;
}
.TagClassName
{
border-color: #524F01;
}
</style>