#506013

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

Shades of Verdun Green #506013

Tints of Verdun Green #506013

Color information

#506013 (or 0x506013) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 13. RGB value is (80,96,19). Sum of RGB (Red+Green+Blue) = 80+96+19=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #506013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506013 is #AF9FEC. Grayscale: #525252. Windows color (decimal): -11509741 or 1269840. OLE color: 1269840.

HSL color Cylindrical-coordinate representation of color #506013: hue angle of 72.47º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #506013 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB809619-
CMYK0.1700.800.62
HSL72.47º66.96%22.55%-
HSV(B)72.47º80.21%37.65%-
XYZ7.6110.122.17-
YUV82.4492.2126.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=41.03%
G=49.23%
B=9.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096190.1700.800.6272.4766.9622.55
Hex506013110503E484317
Octal120140232101207611010327
Binary101000011000001001110001010100001111101001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506013; }

 p { color: rgb(80,96,19); }

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

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

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

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

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

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

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