Shades of Verdun Green #534F08
Tints of Verdun Green #534F08
RGB
CMYK
RGB Variations
Color information
#534F08 (or 0x534F08) is known color: Verdun Green. HEX triplet: 53, 4F and 08. RGB value is (83,79,8). Sum of RGB (Red+Green+Blue) = 83+79+8=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F08 is #ACB0F7. Grayscale: #484848. Windows color (decimal): -11317496 or 544595. OLE color: 544595.
HSL color Cylindrical-coordinate representation of color #534F08: hue angle of 56.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534F08 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 8 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.67 |
| HSL | 56.8º | 0.82% | 0.18% | - |
| HSV(B) | 56.8º | 0.9% | 0.33% | - |
| XYZ | 6.41 | 7.45 | 1.33 | - |
| YUV | 72.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 8 | 0 | 0.05 | 0.90 | 0.67 | 56.8 | 0.82 | 0.18 |
| Hex | 53 | 4F | 8 | 0 | 5 | 5A | 43 | 39 | 52 | 12 |
| Octal | 123 | 117 | 10 | 0 | 5 | 132 | 103 | 71 | 122 | 22 |
| Binary | 1010011 | 1001111 | 1000 | 0 | 101 | 1011010 | 1000011 | 111001 | 1010010 | 10010 |
Color Harmonies of #534F08
Complementary color
Monochromatic Colors of #534F08
Black with #534F08
Text Example
Text Example
White with #534F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F08; }
p { color: rgb(83,79,8); }
H1.HeaderClassName
{
color: #534F08;
}
.AnyTagClassName
{
color: #534F08;
}
</style>
background-color css
<style>
a { background-color: #534F08; }
a { background-color: rgb(83,79,8); }
div.DivClassName
{
background-color: #534F08;
}
.BgClassName
{
background-color: #534F08;
}
</style>
border-color css
<style>
span { border-color: #534F08; }
span { border-color: rgb(83,79,8); }
td.TdClassName
{
border-color: #534F08;
}
.TagClassName
{
border-color: #534F08;
}
</style>