Shades of Verdun Green #535001
Tints of Verdun Green #535001
RGB
CMYK
RGB Variations
Color information
#535001 (or 0x535001) is known color: Verdun Green. HEX triplet: 53, 50 and 01. RGB value is (83,80,1). Sum of RGB (Red+Green+Blue) = 83+80+1=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #535001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535001 is #ACAFFE. Grayscale: #484848. Windows color (decimal): -11317247 or 86099. OLE color: 86099.
HSL color Cylindrical-coordinate representation of color #535001: hue angle of 57.8º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #535001 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.67 |
| HSL | 57.8º | 0.98% | 0.16% | - |
| HSV(B) | 57.8º | 0.99% | 0.33% | - |
| XYZ | 6.44 | 7.58 | 1.15 | - |
| YUV | 71.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 1 | 0 | 0.04 | 0.99 | 0.67 | 57.8 | 0.98 | 0.16 |
| Hex | 53 | 50 | 1 | 0 | 4 | 63 | 43 | 3A | 62 | 10 |
| Octal | 123 | 120 | 1 | 0 | 4 | 143 | 103 | 72 | 142 | 20 |
| Binary | 1010011 | 1010000 | 1 | 0 | 100 | 1100011 | 1000011 | 111010 | 1100010 | 10000 |
Color Harmonies of #535001
Complementary color
Monochromatic Colors of #535001
Black with #535001
Text Example
Text Example
White with #535001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535001; }
p { color: rgb(83,80,1); }
H1.HeaderClassName
{
color: #535001;
}
.AnyTagClassName
{
color: #535001;
}
</style>
background-color css
<style>
a { background-color: #535001; }
a { background-color: rgb(83,80,1); }
div.DivClassName
{
background-color: #535001;
}
.BgClassName
{
background-color: #535001;
}
</style>
border-color css
<style>
span { border-color: #535001; }
span { border-color: rgb(83,80,1); }
td.TdClassName
{
border-color: #535001;
}
.TagClassName
{
border-color: #535001;
}
</style>