Shades of Verdun Green #534C04
Tints of Verdun Green #534C04
RGB
CMYK
RGB Variations
Color information
#534C04 (or 0x534C04) is known color: Verdun Green. HEX triplet: 53, 4C and 04. RGB value is (83,76,4). Sum of RGB (Red+Green+Blue) = 83+76+4=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C04 is #ACB3FB. Grayscale: #464646. Windows color (decimal): -11318268 or 281683. OLE color: 281683.
HSL color Cylindrical-coordinate representation of color #534C04: hue angle of 54.68º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #534C04 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 4 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.67 |
| HSL | 54.68º | 0.91% | 0.17% | - |
| HSV(B) | 54.68º | 0.95% | 0.33% | - |
| XYZ | 6.17 | 7.02 | 1.14 | - |
| YUV | 69.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 4 | 0 | 0.08 | 0.95 | 0.67 | 54.68 | 0.91 | 0.17 |
| Hex | 53 | 4C | 4 | 0 | 8 | 5F | 43 | 37 | 5B | 11 |
| Octal | 123 | 114 | 4 | 0 | 10 | 137 | 103 | 67 | 133 | 21 |
| Binary | 1010011 | 1001100 | 100 | 0 | 1000 | 1011111 | 1000011 | 110111 | 1011011 | 10001 |
Color Harmonies of #534C04
Complementary color
Monochromatic Colors of #534C04
Black with #534C04
Text Example
Text Example
White with #534C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C04; }
p { color: rgb(83,76,4); }
H1.HeaderClassName
{
color: #534C04;
}
.AnyTagClassName
{
color: #534C04;
}
</style>
background-color css
<style>
a { background-color: #534C04; }
a { background-color: rgb(83,76,4); }
div.DivClassName
{
background-color: #534C04;
}
.BgClassName
{
background-color: #534C04;
}
</style>
border-color css
<style>
span { border-color: #534C04; }
span { border-color: rgb(83,76,4); }
td.TdClassName
{
border-color: #534C04;
}
.TagClassName
{
border-color: #534C04;
}
</style>