#505012

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

Shades of Verdun Green #505012

Tints of Verdun Green #505012

Color information

#505012 (or 0x505012) is unknown color: approx Verdun Green. HEX triplet: 50, 50 and 12. RGB value is (80,80,18). Sum of RGB (Red+Green+Blue) = 80+80+18=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505012 is #AFAFED. Grayscale: #494949. Windows color (decimal): -11513838 or 1200208. OLE color: 1200208.

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

Color convert

RGB808018-
CMYK000.780.69
HSL60º63.27%19.22%-
HSV(B)60º77.5%31.37%-
XYZ6.297.491.69-
YUV72.9397133.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=44.94%
G=44.94%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808018000.780.696063.2719.22
Hex505012004E453c3f13
Octal1201202200116105747723
Binary1010000101000010010001001110100010111110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505012; }

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

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

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

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

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

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

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

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