#50680A

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

Shades of Verdun Green #50680A

Tints of Verdun Green #50680A

Color information

#50680A (or 0x50680A) is unknown color: approx Verdun Green. HEX triplet: 50, 68 and 0A. RGB value is (80,104,10). Sum of RGB (Red+Green+Blue) = 80+104+10=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #50680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50680A is #AF97F5. Grayscale: #565656. Windows color (decimal): -11507702 or 682064. OLE color: 682064.

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

Color convert

RGB8010410-
CMYK0.2300.900.59
HSL75.32º82.46%22.35%-
HSV(B)75.32º90.38%40.78%-
XYZ8.3111.632.09-
YUV86.1185.05123.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=41.24%
G=53.61%
B=5.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104100.2300.900.5975.3282.4622.35
Hex5068A1705A3B4b5216
Octal120150122701327311312226
Binary10100001101000101010111010110101110111001011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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