Shades of Verdun Green #535807
Tints of Verdun Green #535807
RGB
CMYK
RGB Variations
Color information
#535807 (or 0x535807) is known color: Verdun Green. HEX triplet: 53, 58 and 07. RGB value is (83,88,7). Sum of RGB (Red+Green+Blue) = 83+88+7=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #535807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535807 is #ACA7F8. Grayscale: #4D4D4D. Windows color (decimal): -11315193 or 481363. OLE color: 481363.
HSL color Cylindrical-coordinate representation of color #535807: hue angle of 63.7º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #535807 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 7 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.65 |
| HSL | 63.7º | 0.85% | 0.19% | - |
| HSV(B) | 63.7º | 0.92% | 0.35% | - |
| XYZ | 7.1 | 8.83 | 1.53 | - |
| YUV | 77.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 7 | 0.06 | 0 | 0.92 | 0.65 | 63.7 | 0.85 | 0.19 |
| Hex | 53 | 58 | 7 | 6 | 0 | 5C | 41 | 40 | 55 | 13 |
| Octal | 123 | 130 | 7 | 6 | 0 | 134 | 101 | 100 | 125 | 23 |
| Binary | 1010011 | 1011000 | 111 | 110 | 0 | 1011100 | 1000001 | 1000000 | 1010101 | 10011 |
Color Harmonies of #535807
Complementary color
Monochromatic Colors of #535807
Black with #535807
Text Example
Text Example
White with #535807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535807; }
p { color: rgb(83,88,7); }
H1.HeaderClassName
{
color: #535807;
}
.AnyTagClassName
{
color: #535807;
}
</style>
background-color css
<style>
a { background-color: #535807; }
a { background-color: rgb(83,88,7); }
div.DivClassName
{
background-color: #535807;
}
.BgClassName
{
background-color: #535807;
}
</style>
border-color css
<style>
span { border-color: #535807; }
span { border-color: rgb(83,88,7); }
td.TdClassName
{
border-color: #535807;
}
.TagClassName
{
border-color: #535807;
}
</style>