Shades of Verdun Green #535104
Tints of Verdun Green #535104
RGB
CMYK
RGB Variations
Color information
#535104 (or 0x535104) is known color: Verdun Green. HEX triplet: 53, 51 and 04. RGB value is (83,81,4). Sum of RGB (Red+Green+Blue) = 83+81+4=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #535104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535104 is #ACAEFB. Grayscale: #494949. Windows color (decimal): -11316988 or 282963. OLE color: 282963.
HSL color Cylindrical-coordinate representation of color #535104: hue angle of 58.48º 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 #535104 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 4 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.67 |
| HSL | 58.48º | 0.91% | 0.17% | - |
| HSV(B) | 58.48º | 0.95% | 0.33% | - |
| XYZ | 6.53 | 7.73 | 1.26 | - |
| YUV | 72.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 4 | 0 | 0.02 | 0.95 | 0.67 | 58.48 | 0.91 | 0.17 |
| Hex | 53 | 51 | 4 | 0 | 2 | 5F | 43 | 3A | 5B | 11 |
| Octal | 123 | 121 | 4 | 0 | 2 | 137 | 103 | 72 | 133 | 21 |
| Binary | 1010011 | 1010001 | 100 | 0 | 10 | 1011111 | 1000011 | 111010 | 1011011 | 10001 |
Color Harmonies of #535104
Complementary color
Monochromatic Colors of #535104
Black with #535104
Text Example
Text Example
White with #535104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535104; }
p { color: rgb(83,81,4); }
H1.HeaderClassName
{
color: #535104;
}
.AnyTagClassName
{
color: #535104;
}
</style>
background-color css
<style>
a { background-color: #535104; }
a { background-color: rgb(83,81,4); }
div.DivClassName
{
background-color: #535104;
}
.BgClassName
{
background-color: #535104;
}
</style>
border-color css
<style>
span { border-color: #535104; }
span { border-color: rgb(83,81,4); }
td.TdClassName
{
border-color: #535104;
}
.TagClassName
{
border-color: #535104;
}
</style>