Shades of Verdun Green #55650F
Tints of Verdun Green #55650F
RGB
CMYK
RGB Variations
Color information
#55650F (or 0x55650F) is known color: Verdun Green. HEX triplet: 55, 65 and 0F. RGB value is (85,101,15). Sum of RGB (Red+Green+Blue) = 85+101+15=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #55650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55650F is #AA9AF0. Grayscale: #565656. Windows color (decimal): -11180785 or 1008981. OLE color: 1008981.
HSL color Cylindrical-coordinate representation of color #55650F: hue angle of 71.16º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55650F is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 15 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.60 |
| HSL | 71.16º | 0.74% | 0.23% | - |
| HSV(B) | 71.16º | 0.85% | 0.4% | - |
| XYZ | 8.49 | 11.27 | 2.18 | - |
| YUV | 86.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 15 | 0.16 | 0 | 0.85 | 0.60 | 71.16 | 0.74 | 0.23 |
| Hex | 55 | 65 | F | 10 | 0 | 55 | 3C | 47 | 4A | 17 |
| Octal | 125 | 145 | 17 | 20 | 0 | 125 | 74 | 107 | 112 | 27 |
| Binary | 1010101 | 1100101 | 1111 | 10000 | 0 | 1010101 | 111100 | 1000111 | 1001010 | 10111 |
Color Harmonies of #55650F
Complementary color
Monochromatic Colors of #55650F
Black with #55650F
Text Example
Text Example
White with #55650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55650F; }
p { color: rgb(85,101,15); }
H1.HeaderClassName
{
color: #55650F;
}
.AnyTagClassName
{
color: #55650F;
}
</style>
background-color css
<style>
a { background-color: #55650F; }
a { background-color: rgb(85,101,15); }
div.DivClassName
{
background-color: #55650F;
}
.BgClassName
{
background-color: #55650F;
}
</style>
border-color css
<style>
span { border-color: #55650F; }
span { border-color: rgb(85,101,15); }
td.TdClassName
{
border-color: #55650F;
}
.TagClassName
{
border-color: #55650F;
}
</style>