Shades of Verdun Green #535004
Tints of Verdun Green #535004
RGB
CMYK
RGB Variations
Color information
#535004 (or 0x535004) is known color: Verdun Green. HEX triplet: 53, 50 and 04. RGB value is (83,80,4). Sum of RGB (Red+Green+Blue) = 83+80+4=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #535004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535004 is #ACAFFB. Grayscale: #484848. Windows color (decimal): -11317244 or 282707. OLE color: 282707.
HSL color Cylindrical-coordinate representation of color #535004: hue angle of 57.72º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #535004 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 4 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.67 |
| HSL | 57.72º | 0.91% | 0.17% | - |
| HSV(B) | 57.72º | 0.95% | 0.33% | - |
| XYZ | 6.46 | 7.59 | 1.24 | - |
| YUV | 72.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 4 | 0 | 0.04 | 0.95 | 0.67 | 57.72 | 0.91 | 0.17 |
| Hex | 53 | 50 | 4 | 0 | 4 | 5F | 43 | 3A | 5B | 11 |
| Octal | 123 | 120 | 4 | 0 | 4 | 137 | 103 | 72 | 133 | 21 |
| Binary | 1010011 | 1010000 | 100 | 0 | 100 | 1011111 | 1000011 | 111010 | 1011011 | 10001 |
Color Harmonies of #535004
Complementary color
Monochromatic Colors of #535004
Black with #535004
Text Example
Text Example
White with #535004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535004; }
p { color: rgb(83,80,4); }
H1.HeaderClassName
{
color: #535004;
}
.AnyTagClassName
{
color: #535004;
}
</style>
background-color css
<style>
a { background-color: #535004; }
a { background-color: rgb(83,80,4); }
div.DivClassName
{
background-color: #535004;
}
.BgClassName
{
background-color: #535004;
}
</style>
border-color css
<style>
span { border-color: #535004; }
span { border-color: rgb(83,80,4); }
td.TdClassName
{
border-color: #535004;
}
.TagClassName
{
border-color: #535004;
}
</style>