Shades of Verdun Green #515B08
Tints of Verdun Green #515B08
RGB
CMYK
RGB Variations
Color information
#515B08 (or 0x515B08) is known color: Verdun Green. HEX triplet: 51, 5B and 08. RGB value is (81,91,8). Sum of RGB (Red+Green+Blue) = 81+91+8=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #515B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515B08 is #AEA4F7. Grayscale: #4E4E4E. Windows color (decimal): -11445496 or 547665. OLE color: 547665.
HSL color Cylindrical-coordinate representation of color #515B08: hue angle of 67.23º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #515B08 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 8 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.64 |
| HSL | 67.23º | 0.84% | 0.19% | - |
| HSV(B) | 67.23º | 0.91% | 0.36% | - |
| XYZ | 7.18 | 9.25 | 1.64 | - |
| YUV | 78.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 8 | 0.11 | 0 | 0.91 | 0.64 | 67.23 | 0.84 | 0.19 |
| Hex | 51 | 5B | 8 | B | 0 | 5B | 40 | 43 | 54 | 13 |
| Octal | 121 | 133 | 10 | 13 | 0 | 133 | 100 | 103 | 124 | 23 |
| Binary | 1010001 | 1011011 | 1000 | 1011 | 0 | 1011011 | 1000000 | 1000011 | 1010100 | 10011 |
Color Harmonies of #515B08
Complementary color
Monochromatic Colors of #515B08
Black with #515B08
Text Example
Text Example
White with #515B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B08; }
p { color: rgb(81,91,8); }
H1.HeaderClassName
{
color: #515B08;
}
.AnyTagClassName
{
color: #515B08;
}
</style>
background-color css
<style>
a { background-color: #515B08; }
a { background-color: rgb(81,91,8); }
div.DivClassName
{
background-color: #515B08;
}
.BgClassName
{
background-color: #515B08;
}
</style>
border-color css
<style>
span { border-color: #515B08; }
span { border-color: rgb(81,91,8); }
td.TdClassName
{
border-color: #515B08;
}
.TagClassName
{
border-color: #515B08;
}
</style>