Shades of Verdun Green #525306
Tints of Verdun Green #525306
RGB
CMYK
RGB Variations
Color information
#525306 (or 0x525306) is known color: Verdun Green. HEX triplet: 52, 53 and 06. RGB value is (82,83,6). Sum of RGB (Red+Green+Blue) = 82+83+6=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #525306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525306 is #ADACF9. Grayscale: #4A4A4A. Windows color (decimal): -11382010 or 414546. OLE color: 414546.
HSL color Cylindrical-coordinate representation of color #525306: hue angle of 60.78º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #525306 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 6 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.67 |
| HSL | 60.78º | 0.87% | 0.17% | - |
| HSV(B) | 60.78º | 0.93% | 0.33% | - |
| XYZ | 6.61 | 7.99 | 1.37 | - |
| YUV | 73.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 6 | 0.01 | 0 | 0.93 | 0.67 | 60.78 | 0.87 | 0.17 |
| Hex | 52 | 53 | 6 | 1 | 0 | 5D | 43 | 3D | 57 | 11 |
| Octal | 122 | 123 | 6 | 1 | 0 | 135 | 103 | 75 | 127 | 21 |
| Binary | 1010010 | 1010011 | 110 | 1 | 0 | 1011101 | 1000011 | 111101 | 1010111 | 10001 |
Color Harmonies of #525306
Complementary color
Monochromatic Colors of #525306
Black with #525306
Text Example
Text Example
White with #525306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525306; }
p { color: rgb(82,83,6); }
H1.HeaderClassName
{
color: #525306;
}
.AnyTagClassName
{
color: #525306;
}
</style>
background-color css
<style>
a { background-color: #525306; }
a { background-color: rgb(82,83,6); }
div.DivClassName
{
background-color: #525306;
}
.BgClassName
{
background-color: #525306;
}
</style>
border-color css
<style>
span { border-color: #525306; }
span { border-color: rgb(82,83,6); }
td.TdClassName
{
border-color: #525306;
}
.TagClassName
{
border-color: #525306;
}
</style>