Shades of Verdun Green #525008
Tints of Verdun Green #525008
RGB
CMYK
RGB Variations
Color information
#525008 (or 0x525008) is known color: Verdun Green. HEX triplet: 52, 50 and 08. RGB value is (82,80,8). Sum of RGB (Red+Green+Blue) = 82+80+8=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #525008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525008 is #ADAFF7. Grayscale: #484848. Windows color (decimal): -11382776 or 544850. OLE color: 544850.
HSL color Cylindrical-coordinate representation of color #525008: hue angle of 58.38º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525008 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 8 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.68 |
| HSL | 58.38º | 0.82% | 0.18% | - |
| HSV(B) | 58.38º | 0.9% | 0.32% | - |
| XYZ | 6.39 | 7.55 | 1.35 | - |
| YUV | 72.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 8 | 0 | 0.02 | 0.90 | 0.68 | 58.38 | 0.82 | 0.18 |
| Hex | 52 | 50 | 8 | 0 | 2 | 5A | 44 | 3A | 52 | 12 |
| Octal | 122 | 120 | 10 | 0 | 2 | 132 | 104 | 72 | 122 | 22 |
| Binary | 1010010 | 1010000 | 1000 | 0 | 10 | 1011010 | 1000100 | 111010 | 1010010 | 10010 |
Color Harmonies of #525008
Complementary color
Monochromatic Colors of #525008
Black with #525008
Text Example
Text Example
White with #525008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525008; }
p { color: rgb(82,80,8); }
H1.HeaderClassName
{
color: #525008;
}
.AnyTagClassName
{
color: #525008;
}
</style>
background-color css
<style>
a { background-color: #525008; }
a { background-color: rgb(82,80,8); }
div.DivClassName
{
background-color: #525008;
}
.BgClassName
{
background-color: #525008;
}
</style>
border-color css
<style>
span { border-color: #525008; }
span { border-color: rgb(82,80,8); }
td.TdClassName
{
border-color: #525008;
}
.TagClassName
{
border-color: #525008;
}
</style>