Shades of Verdun Green #534C03
Tints of Verdun Green #534C03
RGB
CMYK
RGB Variations
Color information
#534C03 (or 0x534C03) is known color: Verdun Green. HEX triplet: 53, 4C and 03. RGB value is (83,76,3). Sum of RGB (Red+Green+Blue) = 83+76+3=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C03 is #ACB3FC. Grayscale: #464646. Windows color (decimal): -11318269 or 216147. OLE color: 216147.
HSL color Cylindrical-coordinate representation of color #534C03: hue angle of 54.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 #534C03 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 3 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.67 |
| HSL | 54.75º | 0.93% | 0.17% | - |
| HSV(B) | 54.75º | 0.96% | 0.33% | - |
| XYZ | 6.17 | 7.01 | 1.11 | - |
| YUV | 69.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 3 | 0 | 0.08 | 0.96 | 0.67 | 54.75 | 0.93 | 0.17 |
| Hex | 53 | 4C | 3 | 0 | 8 | 60 | 43 | 37 | 5D | 11 |
| Octal | 123 | 114 | 3 | 0 | 10 | 140 | 103 | 67 | 135 | 21 |
| Binary | 1010011 | 1001100 | 11 | 0 | 1000 | 1100000 | 1000011 | 110111 | 1011101 | 10001 |
Color Harmonies of #534C03
Complementary color
Monochromatic Colors of #534C03
Black with #534C03
Text Example
Text Example
White with #534C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C03; }
p { color: rgb(83,76,3); }
H1.HeaderClassName
{
color: #534C03;
}
.AnyTagClassName
{
color: #534C03;
}
</style>
background-color css
<style>
a { background-color: #534C03; }
a { background-color: rgb(83,76,3); }
div.DivClassName
{
background-color: #534C03;
}
.BgClassName
{
background-color: #534C03;
}
</style>
border-color css
<style>
span { border-color: #534C03; }
span { border-color: rgb(83,76,3); }
td.TdClassName
{
border-color: #534C03;
}
.TagClassName
{
border-color: #534C03;
}
</style>