Shades of Verdun Green #535409
Tints of Verdun Green #535409
RGB
CMYK
RGB Variations
Color information
#535409 (or 0x535409) is known color: Verdun Green. HEX triplet: 53, 54 and 09. RGB value is (83,84,9). Sum of RGB (Red+Green+Blue) = 83+84+9=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #535409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535409 is #ACABF6. Grayscale: #4B4B4B. Windows color (decimal): -11316215 or 611411. OLE color: 611411.
HSL color Cylindrical-coordinate representation of color #535409: hue angle of 60.8º degrees, saturation: 0.81, 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 #535409 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 9 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.67 |
| HSL | 60.8º | 0.81% | 0.18% | - |
| HSV(B) | 60.8º | 0.89% | 0.33% | - |
| XYZ | 6.79 | 8.2 | 1.48 | - |
| YUV | 75.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 9 | 0.01 | 0 | 0.89 | 0.67 | 60.8 | 0.81 | 0.18 |
| Hex | 53 | 54 | 9 | 1 | 0 | 59 | 43 | 3D | 51 | 12 |
| Octal | 123 | 124 | 11 | 1 | 0 | 131 | 103 | 75 | 121 | 22 |
| Binary | 1010011 | 1010100 | 1001 | 1 | 0 | 1011001 | 1000011 | 111101 | 1010001 | 10010 |
Color Harmonies of #535409
Complementary color
Monochromatic Colors of #535409
Black with #535409
Text Example
Text Example
White with #535409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535409; }
p { color: rgb(83,84,9); }
H1.HeaderClassName
{
color: #535409;
}
.AnyTagClassName
{
color: #535409;
}
</style>
background-color css
<style>
a { background-color: #535409; }
a { background-color: rgb(83,84,9); }
div.DivClassName
{
background-color: #535409;
}
.BgClassName
{
background-color: #535409;
}
</style>
border-color css
<style>
span { border-color: #535409; }
span { border-color: rgb(83,84,9); }
td.TdClassName
{
border-color: #535409;
}
.TagClassName
{
border-color: #535409;
}
</style>