Shades of Verdun Green #525B02
Tints of Verdun Green #525B02
RGB
CMYK
RGB Variations
Color information
#525B02 (or 0x525B02) is known color: Verdun Green. HEX triplet: 52, 5B and 02. RGB value is (82,91,2). Sum of RGB (Red+Green+Blue) = 82+91+2=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #525B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525B02 is #ADA4FD. Grayscale: #4E4E4E. Windows color (decimal): -11379966 or 154450. OLE color: 154450.
HSL color Cylindrical-coordinate representation of color #525B02: hue angle of 66.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #525B02 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 2 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.64 |
| HSL | 66.07º | 0.96% | 0.18% | - |
| HSV(B) | 66.07º | 0.98% | 0.36% | - |
| XYZ | 7.23 | 9.28 | 1.47 | - |
| YUV | 78.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 2 | 0.10 | 0 | 0.98 | 0.64 | 66.07 | 0.96 | 0.18 |
| Hex | 52 | 5B | 2 | A | 0 | 62 | 40 | 42 | 60 | 12 |
| Octal | 122 | 133 | 2 | 12 | 0 | 142 | 100 | 102 | 140 | 22 |
| Binary | 1010010 | 1011011 | 10 | 1010 | 0 | 1100010 | 1000000 | 1000010 | 1100000 | 10010 |
Color Harmonies of #525B02
Complementary color
Monochromatic Colors of #525B02
Black with #525B02
Text Example
Text Example
White with #525B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B02; }
p { color: rgb(82,91,2); }
H1.HeaderClassName
{
color: #525B02;
}
.AnyTagClassName
{
color: #525B02;
}
</style>
background-color css
<style>
a { background-color: #525B02; }
a { background-color: rgb(82,91,2); }
div.DivClassName
{
background-color: #525B02;
}
.BgClassName
{
background-color: #525B02;
}
</style>
border-color css
<style>
span { border-color: #525B02; }
span { border-color: rgb(82,91,2); }
td.TdClassName
{
border-color: #525B02;
}
.TagClassName
{
border-color: #525B02;
}
</style>