#505006

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

Shades of Verdun Green #505006

Tints of Verdun Green #505006

Color information

#505006 (or 0x505006) is unknown color: approx Verdun Green. HEX triplet: 50, 50 and 06. RGB value is (80,80,6). Sum of RGB (Red+Green+Blue) = 80+80+6=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505006 is #AFAFF9. Grayscale: #474747. Windows color (decimal): -11513850 or 413776. OLE color: 413776.

HSL color Cylindrical-coordinate representation of color #505006: hue angle of 60º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #505006 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80806-
CMYK000.920.69
HSL60º86.05%16.86%-
HSV(B)60º92.5%31.37%-
XYZ6.217.461.28-
YUV71.5691134.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=48.19%
G=48.19%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80806000.920.696086.0516.86
Hex50506005C453c5611
Octal1201206001341057412621
Binary101000010100001100010111001000101111100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505006; }

 p { color: rgb(80,80,6); }

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

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

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

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

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

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

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