#505312

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

Shades of Verdun Green #505312

Tints of Verdun Green #505312

Color information

#505312 (or 0x505312) is unknown color: approx Verdun Green. HEX triplet: 50, 53 and 12. RGB value is (80,83,18). Sum of RGB (Red+Green+Blue) = 80+83+18=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #505312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505312 is #AFACED. Grayscale: #4A4A4A. Windows color (decimal): -11513070 or 1200976. OLE color: 1200976.

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

Color convert

RGB808318-
CMYK0.0400.780.67
HSL62.77º64.36%19.8%-
HSV(B)62.77º78.31%32.55%-
XYZ6.517.941.76-
YUV74.6996.01131.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=44.20%
G=45.86%
B=9.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083180.0400.780.6762.7764.3619.8
Hex505312404E433f4014
Octal12012322401161037710024
Binary1010000101001110010100010011101000011111111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505312; }

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

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

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

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

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

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

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

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