Shades of Verdun Green #535407
Tints of Verdun Green #535407
RGB
CMYK
RGB Variations
Color information
#535407 (or 0x535407) is known color: Verdun Green. HEX triplet: 53, 54 and 07. RGB value is (83,84,7). Sum of RGB (Red+Green+Blue) = 83+84+7=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #535407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535407 is #ACABF8. Grayscale: #4B4B4B. Windows color (decimal): -11316217 or 480339. OLE color: 480339.
HSL color Cylindrical-coordinate representation of color #535407: hue angle of 60.78º degrees, saturation: 0.85, 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 #535407 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 7 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.67 |
| HSL | 60.78º | 0.85% | 0.18% | - |
| HSV(B) | 60.78º | 0.92% | 0.33% | - |
| XYZ | 6.78 | 8.19 | 1.43 | - |
| YUV | 74.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 7 | 0.01 | 0 | 0.92 | 0.67 | 60.78 | 0.85 | 0.18 |
| Hex | 53 | 54 | 7 | 1 | 0 | 5C | 43 | 3D | 55 | 12 |
| Octal | 123 | 124 | 7 | 1 | 0 | 134 | 103 | 75 | 125 | 22 |
| Binary | 1010011 | 1010100 | 111 | 1 | 0 | 1011100 | 1000011 | 111101 | 1010101 | 10010 |
Color Harmonies of #535407
Complementary color
Monochromatic Colors of #535407
Black with #535407
Text Example
Text Example
White with #535407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535407; }
p { color: rgb(83,84,7); }
H1.HeaderClassName
{
color: #535407;
}
.AnyTagClassName
{
color: #535407;
}
</style>
background-color css
<style>
a { background-color: #535407; }
a { background-color: rgb(83,84,7); }
div.DivClassName
{
background-color: #535407;
}
.BgClassName
{
background-color: #535407;
}
</style>
border-color css
<style>
span { border-color: #535407; }
span { border-color: rgb(83,84,7); }
td.TdClassName
{
border-color: #535407;
}
.TagClassName
{
border-color: #535407;
}
</style>