Shades of Verdun Green #534F0D
Tints of Verdun Green #534F0D
RGB
CMYK
RGB Variations
Color information
#534F0D (or 0x534F0D) is known color: Verdun Green. HEX triplet: 53, 4F and 0D. RGB value is (83,79,13). Sum of RGB (Red+Green+Blue) = 83+79+13=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0D is #ACB0F2. Grayscale: #484848. Windows color (decimal): -11317491 or 872275. OLE color: 872275.
HSL color Cylindrical-coordinate representation of color #534F0D: hue angle of 56.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #534F0D is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 13 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.67 |
| HSL | 56.57º | 0.73% | 0.19% | - |
| HSV(B) | 56.57º | 0.84% | 0.33% | - |
| XYZ | 6.44 | 7.46 | 1.48 | - |
| YUV | 72.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 13 | 0 | 0.05 | 0.84 | 0.67 | 56.57 | 0.73 | 0.19 |
| Hex | 53 | 4F | D | 0 | 5 | 54 | 43 | 39 | 49 | 13 |
| Octal | 123 | 117 | 15 | 0 | 5 | 124 | 103 | 71 | 111 | 23 |
| Binary | 1010011 | 1001111 | 1101 | 0 | 101 | 1010100 | 1000011 | 111001 | 1001001 | 10011 |
Color Harmonies of #534F0D
Complementary color
Monochromatic Colors of #534F0D
Black with #534F0D
Text Example
Text Example
White with #534F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F0D; }
p { color: rgb(83,79,13); }
H1.HeaderClassName
{
color: #534F0D;
}
.AnyTagClassName
{
color: #534F0D;
}
</style>
background-color css
<style>
a { background-color: #534F0D; }
a { background-color: rgb(83,79,13); }
div.DivClassName
{
background-color: #534F0D;
}
.BgClassName
{
background-color: #534F0D;
}
</style>
border-color css
<style>
span { border-color: #534F0D; }
span { border-color: rgb(83,79,13); }
td.TdClassName
{
border-color: #534F0D;
}
.TagClassName
{
border-color: #534F0D;
}
</style>