#515611

Color #515611 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #515611

Tints of Verdun Green #515611

Color information

#515611 (or 0x515611) is unknown color: approx Verdun Green. HEX triplet: 51, 56 and 11. RGB value is (81,86,17). Sum of RGB (Red+Green+Blue) = 81+86+17=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #515611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515611 is #AEA9EE. Grayscale: #4C4C4C. Windows color (decimal): -11446767 or 1136209. OLE color: 1136209.

HSL color Cylindrical-coordinate representation of color #515611: hue angle of 64.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515611 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB818617-
CMYK0.0600.800.66
HSL64.35º66.99%20.2%-
HSV(B)64.35º80.23%33.73%-
XYZ6.828.451.8-
YUV76.6494.34131.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=44.02%
G=46.74%
B=9.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186170.0600.800.6664.3566.9920.2
Hex515611605042404314
Octal121126216012010210010324
Binary10100011010110100011100101000010000101000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515611; }

 p { color: rgb(81,86,17); }

 H1.HeaderClassName
 {
   color: #515611;
 }
 .AnyTagClassName
 {
   color: #515611;
 }
</style>
background-color css

<style>
 a { background-color: #515611; }

 a { background-color: rgb(81,86,17); }

 div.DivClassName
 {
   background-color: #515611;
 }
 .BgClassName
 {
   background-color: #515611;
 }
</style>
border-color css

<style>
 span { border-color: #515611; }

 span { border-color: rgb(81,86,17); }

 td.TdClassName
 {
   border-color: #515611;
 }
 .TagClassName
 {
   border-color: #515611;
 }
</style>