Html Css Color HEX #50680E Verdun Green

📋 copy color: '#50680E'

red 80 ◦ green 104 ◦ blue 14

#50680E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #50680E

Tints of Verdun Green #50680E

RGB

 RED value IS 80 (31.64% from 255) = 40.4%

 GREEN value IS 104 (41.02% from 255) = 52.53%

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 40.4%
G = 52.53%
B = 7.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#50680E (or 0x50680E) is known color: Verdun Green. HEX triplet: 50, 68 and 0E. RGB value is (80,104,14). Sum of RGB (Red+Green+Blue) = 80+104+14=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #50680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50680E is #AF97F1. Grayscale: #565656. Windows color (decimal): -11507698 or 944208. OLE color: 944208.

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

Color convert

RGB 80 104 14 -
CMYK 0.23 0 0.87 0.59
HSL 76º 0.76% 0.23% -
HSV(B) 76º 0.87% 0.41% -
XYZ 8.34 11.64 2.22 -
YUV 86.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 80 104 14 0.23 0 0.87 0.59 76 0.76 0.23
Hex 50 68 E 17 0 57 3B 4C 4C 17
Octal 120 150 16 27 0 127 73 114 114 27
Binary 1010000 1101000 1110 10111 0 1010111 111011 1001100 1001100 10111

Color Harmonies of #50680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50680E

Black with #50680E

Text Example


Text Example

White with #50680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50680E;
 }
 .AnyTagClassName
 {
   color: #50680E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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