Shades of Verdun Green #535003
Tints of Verdun Green #535003
RGB
CMYK
RGB Variations
Color information
#535003 (or 0x535003) is known color: Verdun Green. HEX triplet: 53, 50 and 03. RGB value is (83,80,3). Sum of RGB (Red+Green+Blue) = 83+80+3=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #535003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535003 is #ACAFFC. Grayscale: #484848. Windows color (decimal): -11317245 or 217171. OLE color: 217171.
HSL color Cylindrical-coordinate representation of color #535003: hue angle of 57.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535003 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 3 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.67 |
| HSL | 57.75º | 0.93% | 0.17% | - |
| HSV(B) | 57.75º | 0.96% | 0.33% | - |
| XYZ | 6.45 | 7.58 | 1.21 | - |
| YUV | 72.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 3 | 0 | 0.04 | 0.96 | 0.67 | 57.75 | 0.93 | 0.17 |
| Hex | 53 | 50 | 3 | 0 | 4 | 60 | 43 | 3A | 5D | 11 |
| Octal | 123 | 120 | 3 | 0 | 4 | 140 | 103 | 72 | 135 | 21 |
| Binary | 1010011 | 1010000 | 11 | 0 | 100 | 1100000 | 1000011 | 111010 | 1011101 | 10001 |
Color Harmonies of #535003
Complementary color
Monochromatic Colors of #535003
Black with #535003
Text Example
Text Example
White with #535003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535003; }
p { color: rgb(83,80,3); }
H1.HeaderClassName
{
color: #535003;
}
.AnyTagClassName
{
color: #535003;
}
</style>
background-color css
<style>
a { background-color: #535003; }
a { background-color: rgb(83,80,3); }
div.DivClassName
{
background-color: #535003;
}
.BgClassName
{
background-color: #535003;
}
</style>
border-color css
<style>
span { border-color: #535003; }
span { border-color: rgb(83,80,3); }
td.TdClassName
{
border-color: #535003;
}
.TagClassName
{
border-color: #535003;
}
</style>