Shades of Verdun Green #534F0B
Tints of Verdun Green #534F0B
RGB
CMYK
RGB Variations
Color information
#534F0B (or 0x534F0B) is known color: Verdun Green. HEX triplet: 53, 4F and 0B. RGB value is (83,79,11). Sum of RGB (Red+Green+Blue) = 83+79+11=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0B is #ACB0F4. Grayscale: #484848. Windows color (decimal): -11317493 or 741203. OLE color: 741203.
HSL color Cylindrical-coordinate representation of color #534F0B: hue angle of 56.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #534F0B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 11 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.67 |
| HSL | 56.67º | 0.77% | 0.18% | - |
| HSV(B) | 56.67º | 0.87% | 0.33% | - |
| XYZ | 6.42 | 7.46 | 1.42 | - |
| YUV | 72.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 11 | 0 | 0.05 | 0.87 | 0.67 | 56.67 | 0.77 | 0.18 |
| Hex | 53 | 4F | B | 0 | 5 | 57 | 43 | 39 | 4D | 12 |
| Octal | 123 | 117 | 13 | 0 | 5 | 127 | 103 | 71 | 115 | 22 |
| Binary | 1010011 | 1001111 | 1011 | 0 | 101 | 1010111 | 1000011 | 111001 | 1001101 | 10010 |
Color Harmonies of #534F0B
Complementary color
Monochromatic Colors of #534F0B
Black with #534F0B
Text Example
Text Example
White with #534F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F0B; }
p { color: rgb(83,79,11); }
H1.HeaderClassName
{
color: #534F0B;
}
.AnyTagClassName
{
color: #534F0B;
}
</style>
background-color css
<style>
a { background-color: #534F0B; }
a { background-color: rgb(83,79,11); }
div.DivClassName
{
background-color: #534F0B;
}
.BgClassName
{
background-color: #534F0B;
}
</style>
border-color css
<style>
span { border-color: #534F0B; }
span { border-color: rgb(83,79,11); }
td.TdClassName
{
border-color: #534F0B;
}
.TagClassName
{
border-color: #534F0B;
}
</style>