Shades of Verdun Green #535208
Tints of Verdun Green #535208
RGB
CMYK
RGB Variations
Color information
#535208 (or 0x535208) is known color: Verdun Green. HEX triplet: 53, 52 and 08. RGB value is (83,82,8). Sum of RGB (Red+Green+Blue) = 83+82+8=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #535208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535208 is #ACADF7. Grayscale: #4A4A4A. Windows color (decimal): -11316728 or 545363. OLE color: 545363.
HSL color Cylindrical-coordinate representation of color #535208: hue angle of 59.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #535208 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 8 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.67 |
| HSL | 59.2º | 0.82% | 0.18% | - |
| HSV(B) | 59.2º | 0.9% | 0.33% | - |
| XYZ | 6.63 | 7.89 | 1.4 | - |
| YUV | 73.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 8 | 0 | 0.01 | 0.90 | 0.67 | 59.2 | 0.82 | 0.18 |
| Hex | 53 | 52 | 8 | 0 | 1 | 5A | 43 | 3B | 52 | 12 |
| Octal | 123 | 122 | 10 | 0 | 1 | 132 | 103 | 73 | 122 | 22 |
| Binary | 1010011 | 1010010 | 1000 | 0 | 1 | 1011010 | 1000011 | 111011 | 1010010 | 10010 |
Color Harmonies of #535208
Complementary color
Monochromatic Colors of #535208
Black with #535208
Text Example
Text Example
White with #535208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535208; }
p { color: rgb(83,82,8); }
H1.HeaderClassName
{
color: #535208;
}
.AnyTagClassName
{
color: #535208;
}
</style>
background-color css
<style>
a { background-color: #535208; }
a { background-color: rgb(83,82,8); }
div.DivClassName
{
background-color: #535208;
}
.BgClassName
{
background-color: #535208;
}
</style>
border-color css
<style>
span { border-color: #535208; }
span { border-color: rgb(83,82,8); }
td.TdClassName
{
border-color: #535208;
}
.TagClassName
{
border-color: #535208;
}
</style>