Shades of Verdun Green #535007
Tints of Verdun Green #535007
RGB
CMYK
RGB Variations
Color information
#535007 (or 0x535007) is known color: Verdun Green. HEX triplet: 53, 50 and 07. RGB value is (83,80,7). Sum of RGB (Red+Green+Blue) = 83+80+7=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #535007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535007 is #ACAFF8. Grayscale: #484848. Windows color (decimal): -11317241 or 479315. OLE color: 479315.
HSL color Cylindrical-coordinate representation of color #535007: hue angle of 57.63º 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 #535007 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 7 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.67 |
| HSL | 57.63º | 0.84% | 0.18% | - |
| HSV(B) | 57.63º | 0.92% | 0.33% | - |
| XYZ | 6.47 | 7.59 | 1.33 | - |
| YUV | 72.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 7 | 0 | 0.04 | 0.92 | 0.67 | 57.63 | 0.84 | 0.18 |
| Hex | 53 | 50 | 7 | 0 | 4 | 5C | 43 | 3A | 54 | 12 |
| Octal | 123 | 120 | 7 | 0 | 4 | 134 | 103 | 72 | 124 | 22 |
| Binary | 1010011 | 1010000 | 111 | 0 | 100 | 1011100 | 1000011 | 111010 | 1010100 | 10010 |
Color Harmonies of #535007
Complementary color
Monochromatic Colors of #535007
Black with #535007
Text Example
Text Example
White with #535007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535007; }
p { color: rgb(83,80,7); }
H1.HeaderClassName
{
color: #535007;
}
.AnyTagClassName
{
color: #535007;
}
</style>
background-color css
<style>
a { background-color: #535007; }
a { background-color: rgb(83,80,7); }
div.DivClassName
{
background-color: #535007;
}
.BgClassName
{
background-color: #535007;
}
</style>
border-color css
<style>
span { border-color: #535007; }
span { border-color: rgb(83,80,7); }
td.TdClassName
{
border-color: #535007;
}
.TagClassName
{
border-color: #535007;
}
</style>