#515806

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

Shades of Verdun Green #515806

Tints of Verdun Green #515806

Color information

#515806 (or 0x515806) is unknown color: approx Verdun Green. HEX triplet: 51, 58 and 06. RGB value is (81,88,6). Sum of RGB (Red+Green+Blue) = 81+88+6=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #515806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515806 is #AEA7F9. Grayscale: #4C4C4C. Windows color (decimal): -11446266 or 415825. OLE color: 415825.

HSL color Cylindrical-coordinate representation of color #515806: hue angle of 65.12º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #515806 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB81886-
CMYK0.0800.930.65
HSL65.12º87.23%18.43%-
HSV(B)65.12º93.18%34.51%-
XYZ6.928.741.5-
YUV76.5688.18131.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 88 (34.77% from 255) = 50.29%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=46.29%
G=50.29%
B=3.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal818860.0800.930.6565.1287.2318.43
Hex51586805D41415712
Octal121130610013510110112722
Binary1010001101100011010000101110110000011000001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515806; }

 p { color: rgb(81,88,6); }

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

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

 a { background-color: rgb(81,88,6); }

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

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

 span { border-color: rgb(81,88,6); }

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