Shades of Verdun Green #535202
Tints of Verdun Green #535202
RGB
CMYK
RGB Variations
Color information
#535202 (or 0x535202) is known color: Verdun Green. HEX triplet: 53, 52 and 02. RGB value is (83,82,2). Sum of RGB (Red+Green+Blue) = 83+82+2=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #535202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535202 is #ACADFD. Grayscale: #494949. Windows color (decimal): -11316734 or 152147. OLE color: 152147.
HSL color Cylindrical-coordinate representation of color #535202: hue angle of 59.26º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #535202 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 2 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.67 |
| HSL | 59.26º | 0.95% | 0.17% | - |
| HSV(B) | 59.26º | 0.98% | 0.33% | - |
| XYZ | 6.6 | 7.88 | 1.23 | - |
| YUV | 73.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 2 | 0 | 0.01 | 0.98 | 0.67 | 59.26 | 0.95 | 0.17 |
| Hex | 53 | 52 | 2 | 0 | 1 | 62 | 43 | 3B | 5F | 11 |
| Octal | 123 | 122 | 2 | 0 | 1 | 142 | 103 | 73 | 137 | 21 |
| Binary | 1010011 | 1010010 | 10 | 0 | 1 | 1100010 | 1000011 | 111011 | 1011111 | 10001 |
Color Harmonies of #535202
Complementary color
Monochromatic Colors of #535202
Black with #535202
Text Example
Text Example
White with #535202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535202; }
p { color: rgb(83,82,2); }
H1.HeaderClassName
{
color: #535202;
}
.AnyTagClassName
{
color: #535202;
}
</style>
background-color css
<style>
a { background-color: #535202; }
a { background-color: rgb(83,82,2); }
div.DivClassName
{
background-color: #535202;
}
.BgClassName
{
background-color: #535202;
}
</style>
border-color css
<style>
span { border-color: #535202; }
span { border-color: rgb(83,82,2); }
td.TdClassName
{
border-color: #535202;
}
.TagClassName
{
border-color: #535202;
}
</style>