Shades of Verdun Green #534F02
Tints of Verdun Green #534F02
RGB
CMYK
RGB Variations
Color information
#534F02 (or 0x534F02) is known color: Verdun Green. HEX triplet: 53, 4F and 02. RGB value is (83,79,2). Sum of RGB (Red+Green+Blue) = 83+79+2=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 79 (31.25% from 255 or 48.17% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F02 is #ACB0FD. Grayscale: #474747. Windows color (decimal): -11317502 or 151379. OLE color: 151379.
HSL color Cylindrical-coordinate representation of color #534F02: hue angle of 57.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #534F02 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 2 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.67 |
| HSL | 57.04º | 0.95% | 0.17% | - |
| HSV(B) | 57.04º | 0.98% | 0.33% | - |
| XYZ | 6.37 | 7.44 | 1.16 | - |
| YUV | 71.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 2 | 0 | 0.05 | 0.98 | 0.67 | 57.04 | 0.95 | 0.17 |
| Hex | 53 | 4F | 2 | 0 | 5 | 62 | 43 | 39 | 5F | 11 |
| Octal | 123 | 117 | 2 | 0 | 5 | 142 | 103 | 71 | 137 | 21 |
| Binary | 1010011 | 1001111 | 10 | 0 | 101 | 1100010 | 1000011 | 111001 | 1011111 | 10001 |
Color Harmonies of #534F02
Complementary color
Monochromatic Colors of #534F02
Black with #534F02
Text Example
Text Example
White with #534F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F02; }
p { color: rgb(83,79,2); }
H1.HeaderClassName
{
color: #534F02;
}
.AnyTagClassName
{
color: #534F02;
}
</style>
background-color css
<style>
a { background-color: #534F02; }
a { background-color: rgb(83,79,2); }
div.DivClassName
{
background-color: #534F02;
}
.BgClassName
{
background-color: #534F02;
}
</style>
border-color css
<style>
span { border-color: #534F02; }
span { border-color: rgb(83,79,2); }
td.TdClassName
{
border-color: #534F02;
}
.TagClassName
{
border-color: #534F02;
}
</style>