Shades of Verdun Green #53580F
Tints of Verdun Green #53580F
RGB
CMYK
RGB Variations
Color information
#53580F (or 0x53580F) is known color: Verdun Green. HEX triplet: 53, 58 and 0F. RGB value is (83,88,15). Sum of RGB (Red+Green+Blue) = 83+88+15=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #53580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53580F is #ACA7F0. Grayscale: #4E4E4E. Windows color (decimal): -11315185 or 1005651. OLE color: 1005651.
HSL color Cylindrical-coordinate representation of color #53580F: hue angle of 64.11º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53580F is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 15 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.65 |
| HSL | 64.11º | 0.71% | 0.2% | - |
| HSV(B) | 64.11º | 0.83% | 0.35% | - |
| XYZ | 7.14 | 8.85 | 1.78 | - |
| YUV | 78.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 15 | 0.06 | 0 | 0.83 | 0.65 | 64.11 | 0.71 | 0.2 |
| Hex | 53 | 58 | F | 6 | 0 | 53 | 41 | 40 | 47 | 14 |
| Octal | 123 | 130 | 17 | 6 | 0 | 123 | 101 | 100 | 107 | 24 |
| Binary | 1010011 | 1011000 | 1111 | 110 | 0 | 1010011 | 1000001 | 1000000 | 1000111 | 10100 |
Color Harmonies of #53580F
Complementary color
Monochromatic Colors of #53580F
Black with #53580F
Text Example
Text Example
White with #53580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53580F; }
p { color: rgb(83,88,15); }
H1.HeaderClassName
{
color: #53580F;
}
.AnyTagClassName
{
color: #53580F;
}
</style>
background-color css
<style>
a { background-color: #53580F; }
a { background-color: rgb(83,88,15); }
div.DivClassName
{
background-color: #53580F;
}
.BgClassName
{
background-color: #53580F;
}
</style>
border-color css
<style>
span { border-color: #53580F; }
span { border-color: rgb(83,88,15); }
td.TdClassName
{
border-color: #53580F;
}
.TagClassName
{
border-color: #53580F;
}
</style>