#505811

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

Shades of Verdun Green #505811

Tints of Verdun Green #505811

Color information

#505811 (or 0x505811) is unknown color: approx Verdun Green. HEX triplet: 50, 58 and 11. RGB value is (80,88,17). Sum of RGB (Red+Green+Blue) = 80+88+17=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #505811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505811 is #AFA7EE. Grayscale: #4D4D4D. Windows color (decimal): -11511791 or 1136720. OLE color: 1136720.

HSL color Cylindrical-coordinate representation of color #505811: hue angle of 66.76º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #505811 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB808817-
CMYK0.0900.810.65
HSL66.76º67.62%20.59%-
HSV(B)66.76º80.68%34.51%-
XYZ6.98.731.85-
YUV77.5193.85129.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=43.24%
G=47.57%
B=9.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088170.0900.810.6566.7667.6220.59
Hex505811905141434415
Octal1201302111012110110310425
Binary101000010110001000110010101000110000011000011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505811; }

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

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

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

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

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

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

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

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