Shades of Verdun Green #535109
Tints of Verdun Green #535109
RGB
CMYK
RGB Variations
Color information
#535109 (or 0x535109) is known color: Verdun Green. HEX triplet: 53, 51 and 09. RGB value is (83,81,9). Sum of RGB (Red+Green+Blue) = 83+81+9=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #535109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535109 is #ACAEF6. Grayscale: #494949. Windows color (decimal): -11316983 or 610643. OLE color: 610643.
HSL color Cylindrical-coordinate representation of color #535109: hue angle of 58.38º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #535109 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 9 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.67 |
| HSL | 58.38º | 0.8% | 0.18% | - |
| HSV(B) | 58.38º | 0.89% | 0.33% | - |
| XYZ | 6.56 | 7.74 | 1.41 | - |
| YUV | 73.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 9 | 0 | 0.02 | 0.89 | 0.67 | 58.38 | 0.8 | 0.18 |
| Hex | 53 | 51 | 9 | 0 | 2 | 59 | 43 | 3A | 50 | 12 |
| Octal | 123 | 121 | 11 | 0 | 2 | 131 | 103 | 72 | 120 | 22 |
| Binary | 1010011 | 1010001 | 1001 | 0 | 10 | 1011001 | 1000011 | 111010 | 1010000 | 10010 |
Color Harmonies of #535109
Complementary color
Monochromatic Colors of #535109
Black with #535109
Text Example
Text Example
White with #535109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535109; }
p { color: rgb(83,81,9); }
H1.HeaderClassName
{
color: #535109;
}
.AnyTagClassName
{
color: #535109;
}
</style>
background-color css
<style>
a { background-color: #535109; }
a { background-color: rgb(83,81,9); }
div.DivClassName
{
background-color: #535109;
}
.BgClassName
{
background-color: #535109;
}
</style>
border-color css
<style>
span { border-color: #535109; }
span { border-color: rgb(83,81,9); }
td.TdClassName
{
border-color: #535109;
}
.TagClassName
{
border-color: #535109;
}
</style>