#505A16

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

Shades of Verdun Green #505A16

Tints of Verdun Green #505A16

Color information

#505A16 (or 0x505A16) is unknown color: approx Verdun Green. HEX triplet: 50, 5A and 16. RGB value is (80,90,22). Sum of RGB (Red+Green+Blue) = 80+90+22=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #505A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505A16 is #AFA5E9. Grayscale: #4F4F4F. Windows color (decimal): -11511274 or 1464912. OLE color: 1464912.

HSL color Cylindrical-coordinate representation of color #505A16: hue angle of 68.82º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #505A16 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB809022-
CMYK0.1100.760.65
HSL68.82º60.71%21.96%-
HSV(B)68.82º75.56%35.29%-
XYZ7.119.082.14-
YUV79.2695.69128.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=41.67%
G=46.88%
B=11.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090220.1100.760.6568.8260.7121.96
Hex505A16B04C41453d16
Octal120132261301141011057526
Binary10100001011010101101011010011001000001100010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A16; }

 p { color: rgb(80,90,22); }

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

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

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

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

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

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

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