#505511

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

Shades of Verdun Green #505511

Tints of Verdun Green #505511

Color information

#505511 (or 0x505511) is unknown color: approx Verdun Green. HEX triplet: 50, 55 and 11. RGB value is (80,85,17). Sum of RGB (Red+Green+Blue) = 80+85+17=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #505511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505511 is #AFAAEE. Grayscale: #4C4C4C. Windows color (decimal): -11512559 or 1135952. OLE color: 1135952.

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

Color convert

RGB808517-
CMYK0.0600.800.67
HSL64.41º66.67%20%-
HSV(B)64.41º80%33.33%-
XYZ6.668.241.77-
YUV75.7594.84131.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=43.96%
G=46.70%
B=9.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085170.0600.800.6764.4166.6720
Hex505511605043404314
Octal120125216012010310010324
Binary10100001010101100011100101000010000111000000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505511; }

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

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

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

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

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

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

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

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