Shades of Verdun Green #535009
Tints of Verdun Green #535009
RGB
CMYK
RGB Variations
Color information
#535009 (or 0x535009) is known color: Verdun Green. HEX triplet: 53, 50 and 09. RGB value is (83,80,9). Sum of RGB (Red+Green+Blue) = 83+80+9=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #535009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535009 is #ACAFF6. Grayscale: #494949. Windows color (decimal): -11317239 or 610387. OLE color: 610387.
HSL color Cylindrical-coordinate representation of color #535009: hue angle of 57.57º 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 #535009 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 9 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.67 |
| HSL | 57.57º | 0.8% | 0.18% | - |
| HSV(B) | 57.57º | 0.89% | 0.33% | - |
| XYZ | 6.49 | 7.6 | 1.38 | - |
| YUV | 72.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 9 | 0 | 0.04 | 0.89 | 0.67 | 57.57 | 0.8 | 0.18 |
| Hex | 53 | 50 | 9 | 0 | 4 | 59 | 43 | 3A | 50 | 12 |
| Octal | 123 | 120 | 11 | 0 | 4 | 131 | 103 | 72 | 120 | 22 |
| Binary | 1010011 | 1010000 | 1001 | 0 | 100 | 1011001 | 1000011 | 111010 | 1010000 | 10010 |
Color Harmonies of #535009
Complementary color
Monochromatic Colors of #535009
Black with #535009
Text Example
Text Example
White with #535009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535009; }
p { color: rgb(83,80,9); }
H1.HeaderClassName
{
color: #535009;
}
.AnyTagClassName
{
color: #535009;
}
</style>
background-color css
<style>
a { background-color: #535009; }
a { background-color: rgb(83,80,9); }
div.DivClassName
{
background-color: #535009;
}
.BgClassName
{
background-color: #535009;
}
</style>
border-color css
<style>
span { border-color: #535009; }
span { border-color: rgb(83,80,9); }
td.TdClassName
{
border-color: #535009;
}
.TagClassName
{
border-color: #535009;
}
</style>