#506014

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

Shades of Verdun Green #506014

Tints of Verdun Green #506014

Color information

#506014 (or 0x506014) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 14. RGB value is (80,96,20). Sum of RGB (Red+Green+Blue) = 80+96+20=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #506014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506014 is #AF9FEB. Grayscale: #525252. Windows color (decimal): -11509740 or 1335376. OLE color: 1335376.

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

Color convert

RGB809620-
CMYK0.1700.790.62
HSL72.63º65.52%22.75%-
HSV(B)72.63º79.17%37.65%-
XYZ7.6210.122.21-
YUV82.5592.7126.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=40.82%
G=48.98%
B=10.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096200.1700.790.6272.6365.5222.75
Hex5060141104F3E494217
Octal120140242101177611110227
Binary101000011000001010010001010011111111101001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506014; }

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

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

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

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

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

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

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

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