Shades of Verdun Green #53650A
Tints of Verdun Green #53650A
RGB
CMYK
RGB Variations
Color information
#53650A (or 0x53650A) is known color: Verdun Green. HEX triplet: 53, 65 and 0A. RGB value is (83,101,10). Sum of RGB (Red+Green+Blue) = 83+101+10=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #53650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53650A is #AC9AF5. Grayscale: #555555. Windows color (decimal): -11311862 or 681299. OLE color: 681299.
HSL color Cylindrical-coordinate representation of color #53650A: hue angle of 71.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53650A is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 10 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.60 |
| HSL | 71.87º | 0.82% | 0.22% | - |
| HSV(B) | 71.87º | 0.9% | 0.4% | - |
| XYZ | 8.28 | 11.17 | 2.01 | - |
| YUV | 85.24 | 85.54 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 10 | 0.18 | 0 | 0.90 | 0.60 | 71.87 | 0.82 | 0.22 |
| Hex | 53 | 65 | A | 12 | 0 | 5A | 3C | 48 | 52 | 16 |
| Octal | 123 | 145 | 12 | 22 | 0 | 132 | 74 | 110 | 122 | 26 |
| Binary | 1010011 | 1100101 | 1010 | 10010 | 0 | 1011010 | 111100 | 1001000 | 1010010 | 10110 |
Color Harmonies of #53650A
Complementary color
Monochromatic Colors of #53650A
Black with #53650A
Text Example
Text Example
White with #53650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53650A; }
p { color: rgb(83,101,10); }
H1.HeaderClassName
{
color: #53650A;
}
.AnyTagClassName
{
color: #53650A;
}
</style>
background-color css
<style>
a { background-color: #53650A; }
a { background-color: rgb(83,101,10); }
div.DivClassName
{
background-color: #53650A;
}
.BgClassName
{
background-color: #53650A;
}
</style>
border-color css
<style>
span { border-color: #53650A; }
span { border-color: rgb(83,101,10); }
td.TdClassName
{
border-color: #53650A;
}
.TagClassName
{
border-color: #53650A;
}
</style>