Shades of Verdun Green #536303
Tints of Verdun Green #536303
RGB
CMYK
RGB Variations
Color information
#536303 (or 0x536303) is known color: Verdun Green. HEX triplet: 53, 63 and 03. RGB value is (83,99,3). Sum of RGB (Red+Green+Blue) = 83+99+3=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #536303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536303 is #AC9CFC. Grayscale: #535353. Windows color (decimal): -11312381 or 222035. OLE color: 222035.
HSL color Cylindrical-coordinate representation of color #536303: hue angle of 70º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #536303 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 3 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.61 |
| HSL | 70º | 0.94% | 0.2% | - |
| HSV(B) | 70º | 0.97% | 0.39% | - |
| XYZ | 8.05 | 10.77 | 1.74 | - |
| YUV | 83.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 3 | 0.16 | 0 | 0.97 | 0.61 | 70 | 0.94 | 0.2 |
| Hex | 53 | 63 | 3 | 10 | 0 | 61 | 3D | 46 | 5E | 14 |
| Octal | 123 | 143 | 3 | 20 | 0 | 141 | 75 | 106 | 136 | 24 |
| Binary | 1010011 | 1100011 | 11 | 10000 | 0 | 1100001 | 111101 | 1000110 | 1011110 | 10100 |
Color Harmonies of #536303
Complementary color
Monochromatic Colors of #536303
Black with #536303
Text Example
Text Example
White with #536303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536303; }
p { color: rgb(83,99,3); }
H1.HeaderClassName
{
color: #536303;
}
.AnyTagClassName
{
color: #536303;
}
</style>
background-color css
<style>
a { background-color: #536303; }
a { background-color: rgb(83,99,3); }
div.DivClassName
{
background-color: #536303;
}
.BgClassName
{
background-color: #536303;
}
</style>
border-color css
<style>
span { border-color: #536303; }
span { border-color: rgb(83,99,3); }
td.TdClassName
{
border-color: #536303;
}
.TagClassName
{
border-color: #536303;
}
</style>