Shades of Verdun Green #535802
Tints of Verdun Green #535802
RGB
CMYK
RGB Variations
Color information
#535802 (or 0x535802) is known color: Verdun Green. HEX triplet: 53, 58 and 02. RGB value is (83,88,2). Sum of RGB (Red+Green+Blue) = 83+88+2=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #535802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535802 is #ACA7FD. Grayscale: #4D4D4D. Windows color (decimal): -11315198 or 153683. OLE color: 153683.
HSL color Cylindrical-coordinate representation of color #535802: hue angle of 63.49º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #535802 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.65 |
| HSL | 63.49º | 0.96% | 0.18% | - |
| HSV(B) | 63.49º | 0.98% | 0.35% | - |
| XYZ | 7.07 | 8.82 | 1.39 | - |
| YUV | 76.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 2 | 0.06 | 0 | 0.98 | 0.65 | 63.49 | 0.96 | 0.18 |
| Hex | 53 | 58 | 2 | 6 | 0 | 62 | 41 | 3F | 60 | 12 |
| Octal | 123 | 130 | 2 | 6 | 0 | 142 | 101 | 77 | 140 | 22 |
| Binary | 1010011 | 1011000 | 10 | 110 | 0 | 1100010 | 1000001 | 111111 | 1100000 | 10010 |
Color Harmonies of #535802
Complementary color
Monochromatic Colors of #535802
Black with #535802
Text Example
Text Example
White with #535802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535802; }
p { color: rgb(83,88,2); }
H1.HeaderClassName
{
color: #535802;
}
.AnyTagClassName
{
color: #535802;
}
</style>
background-color css
<style>
a { background-color: #535802; }
a { background-color: rgb(83,88,2); }
div.DivClassName
{
background-color: #535802;
}
.BgClassName
{
background-color: #535802;
}
</style>
border-color css
<style>
span { border-color: #535802; }
span { border-color: rgb(83,88,2); }
td.TdClassName
{
border-color: #535802;
}
.TagClassName
{
border-color: #535802;
}
</style>