Shades of Verdun Green #535107
Tints of Verdun Green #535107
RGB
CMYK
RGB Variations
Color information
#535107 (or 0x535107) is known color: Verdun Green. HEX triplet: 53, 51 and 07. RGB value is (83,81,7). Sum of RGB (Red+Green+Blue) = 83+81+7=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 7 (3.12% from 255 or 4.09% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #535107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535107 is #ACAEF8. Grayscale: #494949. Windows color (decimal): -11316985 or 479571. OLE color: 479571.
HSL color Cylindrical-coordinate representation of color #535107: hue angle of 58.42º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #535107 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 7 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.67 |
| HSL | 58.42º | 0.84% | 0.18% | - |
| HSV(B) | 58.42º | 0.92% | 0.33% | - |
| XYZ | 6.55 | 7.74 | 1.35 | - |
| YUV | 73.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 7 | 0 | 0.02 | 0.92 | 0.67 | 58.42 | 0.84 | 0.18 |
| Hex | 53 | 51 | 7 | 0 | 2 | 5C | 43 | 3A | 54 | 12 |
| Octal | 123 | 121 | 7 | 0 | 2 | 134 | 103 | 72 | 124 | 22 |
| Binary | 1010011 | 1010001 | 111 | 0 | 10 | 1011100 | 1000011 | 111010 | 1010100 | 10010 |
Color Harmonies of #535107
Complementary color
Monochromatic Colors of #535107
Black with #535107
Text Example
Text Example
White with #535107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535107; }
p { color: rgb(83,81,7); }
H1.HeaderClassName
{
color: #535107;
}
.AnyTagClassName
{
color: #535107;
}
</style>
background-color css
<style>
a { background-color: #535107; }
a { background-color: rgb(83,81,7); }
div.DivClassName
{
background-color: #535107;
}
.BgClassName
{
background-color: #535107;
}
</style>
border-color css
<style>
span { border-color: #535107; }
span { border-color: rgb(83,81,7); }
td.TdClassName
{
border-color: #535107;
}
.TagClassName
{
border-color: #535107;
}
</style>