Shades of Verdun Green #53500C
Tints of Verdun Green #53500C
RGB
CMYK
RGB Variations
Color information
#53500C (or 0x53500C) is known color: Verdun Green. HEX triplet: 53, 50 and 0C. RGB value is (83,80,12). Sum of RGB (Red+Green+Blue) = 83+80+12=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53500C is #ACAFF3. Grayscale: #494949. Windows color (decimal): -11317236 or 806995. OLE color: 806995.
HSL color Cylindrical-coordinate representation of color #53500C: hue angle of 57.46º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53500C is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 12 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.67 |
| HSL | 57.46º | 0.75% | 0.19% | - |
| HSV(B) | 57.46º | 0.86% | 0.33% | - |
| XYZ | 6.5 | 7.6 | 1.47 | - |
| YUV | 73.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 12 | 0 | 0.04 | 0.86 | 0.67 | 57.46 | 0.75 | 0.19 |
| Hex | 53 | 50 | C | 0 | 4 | 56 | 43 | 39 | 4B | 13 |
| Octal | 123 | 120 | 14 | 0 | 4 | 126 | 103 | 71 | 113 | 23 |
| Binary | 1010011 | 1010000 | 1100 | 0 | 100 | 1010110 | 1000011 | 111001 | 1001011 | 10011 |
Color Harmonies of #53500C
Complementary color
Monochromatic Colors of #53500C
Black with #53500C
Text Example
Text Example
White with #53500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53500C; }
p { color: rgb(83,80,12); }
H1.HeaderClassName
{
color: #53500C;
}
.AnyTagClassName
{
color: #53500C;
}
</style>
background-color css
<style>
a { background-color: #53500C; }
a { background-color: rgb(83,80,12); }
div.DivClassName
{
background-color: #53500C;
}
.BgClassName
{
background-color: #53500C;
}
</style>
border-color css
<style>
span { border-color: #53500C; }
span { border-color: rgb(83,80,12); }
td.TdClassName
{
border-color: #53500C;
}
.TagClassName
{
border-color: #53500C;
}
</style>