#505611

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

Shades of Verdun Green #505611

Tints of Verdun Green #505611

Color information

#505611 (or 0x505611) is unknown color: approx Verdun Green. HEX triplet: 50, 56 and 11. RGB value is (80,86,17). Sum of RGB (Red+Green+Blue) = 80+86+17=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #505611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505611 is #AFA9EE. Grayscale: #4C4C4C. Windows color (decimal): -11512303 or 1136208. OLE color: 1136208.

HSL color Cylindrical-coordinate representation of color #505611: hue angle of 65.22º 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 #505611 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB808617-
CMYK0.0700.800.66
HSL65.22º66.99%20.2%-
HSV(B)65.22º80.23%33.73%-
XYZ6.748.41.8-
YUV76.3494.51130.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=43.72%
G=46.99%
B=9.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086170.0700.800.6665.2266.9920.2
Hex505611705042414314
Octal120126217012010210110324
Binary10100001010110100011110101000010000101000001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505611; }

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

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

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

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

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

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

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

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