Shades of Verdun Green #524B00
Tints of Verdun Green #524B00
RGB
CMYK
RGB Variations
Color information
#524B00 (or 0x524B00) is known color: Verdun Green. HEX triplet: 52, 4B and 00. RGB value is (82,75,0). Sum of RGB (Red+Green+Blue) = 82+75+0=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #524B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B00 is #ADB4FF. Grayscale: #444444. Windows color (decimal): -11384064 or 19282. OLE color: 19282.
HSL color Cylindrical-coordinate representation of color #524B00: hue angle of 54.88º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #524B00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.68 |
| HSL | 54.88º | 1% | 0.16% | - |
| HSV(B) | 54.88º | 1% | 0.32% | - |
| XYZ | 6 | 6.83 | 1 | - |
| YUV | 68.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 0 | 0 | 0.09 | 1 | 0.68 | 54.88 | 1 | 0.16 |
| Hex | 52 | 4B | 0 | 0 | 9 | 64 | 44 | 37 | 64 | 10 |
| Octal | 122 | 113 | 0 | 0 | 11 | 144 | 104 | 67 | 144 | 20 |
| Binary | 1010010 | 1001011 | 0 | 0 | 1001 | 1100100 | 1000100 | 110111 | 1100100 | 10000 |
Color Harmonies of #524B00
Complementary color
Monochromatic Colors of #524B00
Black with #524B00
Text Example
Text Example
White with #524B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B00; }
p { color: rgb(82,75,0); }
H1.HeaderClassName
{
color: #524B00;
}
.AnyTagClassName
{
color: #524B00;
}
</style>
background-color css
<style>
a { background-color: #524B00; }
a { background-color: rgb(82,75,0); }
div.DivClassName
{
background-color: #524B00;
}
.BgClassName
{
background-color: #524B00;
}
</style>
border-color css
<style>
span { border-color: #524B00; }
span { border-color: rgb(82,75,0); }
td.TdClassName
{
border-color: #524B00;
}
.TagClassName
{
border-color: #524B00;
}
</style>