#50650E

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

Shades of Verdun Green #50650E

Tints of Verdun Green #50650E

Color information

#50650E (or 0x50650E) is unknown color: approx Verdun Green. HEX triplet: 50, 65 and 0E. RGB value is (80,101,14). Sum of RGB (Red+Green+Blue) = 80+101+14=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #50650E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50650E is #AF9AF1. Grayscale: #555555. Windows color (decimal): -11508466 or 943440. OLE color: 943440.

HSL color Cylindrical-coordinate representation of color #50650E: hue angle of 74.48º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50650E is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB8010114-
CMYK0.2100.860.60
HSL74.48º75.65%22.55%-
HSV(B)74.48º86.14%39.61%-
XYZ8.0411.042.12-
YUV84.888.04124.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=41.03%
G=51.79%
B=7.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101140.2100.860.6074.4875.6522.55
Hex5065E150563C4a4c17
Octal120145162501267411211427
Binary10100001100101111010101010101101111001001010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50650E; }

 p { color: rgb(80,101,14); }

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

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

 a { background-color: rgb(80,101,14); }

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

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

 span { border-color: rgb(80,101,14); }

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