#50680C

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

Shades of Verdun Green #50680C

Tints of Verdun Green #50680C

Color information

#50680C (or 0x50680C) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 0C. RGB value is (80,104,12). Sum of RGB (Red+Green+Blue) = 80+104+12=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #50680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50680C is #AF97F3. Grayscale: #565656. Windows color (decimal): -11507700 or 813136. OLE color: 813136.

HSL color Cylindrical-coordinate representation of color #50680C: hue angle of 75.65º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50680C is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB8010412-
CMYK0.2300.880.59
HSL75.65º79.31%22.75%-
HSV(B)75.65º88.46%40.78%-
XYZ8.3211.632.15-
YUV86.3486.05123.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 12 (5.08% from 255) = 6.12%
R=40.82%
G=53.06%
B=6.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104120.2300.880.5975.6579.3122.75
Hex5068C170583B4c4f17
Octal120150142701307311411727
Binary10100001101000110010111010110001110111001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50680C; }

 p { color: rgb(80,104,12); }

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

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

 a { background-color: rgb(80,104,12); }

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

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

 span { border-color: rgb(80,104,12); }

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