#505414

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

Shades of Verdun Green #505414

Tints of Verdun Green #505414

Color information

#505414 (or 0x505414) is unknown color: approx Verdun Green. HEX triplet: 50, 54 and 14. RGB value is (80,84,20). Sum of RGB (Red+Green+Blue) = 80+84+20=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #505414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505414 is #AFABEB. Grayscale: #4B4B4B. Windows color (decimal): -11512812 or 1332304. OLE color: 1332304.

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

Color convert

RGB808420-
CMYK0.0500.760.67
HSL63.75º61.54%20.39%-
HSV(B)63.75º76.19%32.94%-
XYZ6.68.11.88-
YUV75.5196.67131.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=43.48%
G=45.65%
B=10.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084200.0500.760.6763.7561.5420.39
Hex505414504C43403e14
Octal12012424501141031007624
Binary1010000101010010100101010011001000011100000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505414; }

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

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

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

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

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

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

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

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