Html Css Color HEX #50680F Verdun Green

📋 copy color: '#50680F'

red 80 ◦ green 104 ◦ blue 15

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

Shades of Verdun Green #50680F

Tints of Verdun Green #50680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 40.2%
G = 52.26%
B = 7.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#50680F (or 0x50680F) is known color: Verdun Green. HEX triplet: 50, 68 and 0F. RGB value is (80,104,15). Sum of RGB (Red+Green+Blue) = 80+104+15=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #50680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50680F is #AF97F0. Grayscale: #575757. Windows color (decimal): -11507697 or 1009744. OLE color: 1009744.

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

Color convert

RGB 80 104 15 -
CMYK 0.23 0 0.86 0.59
HSL 76.18º 0.75% 0.23% -
HSV(B) 76.18º 0.86% 0.41% -
XYZ 8.34 11.64 2.26 -
YUV 86.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 80 104 15 0.23 0 0.86 0.59 76.18 0.75 0.23
Hex 50 68 F 17 0 56 3B 4C 4B 17
Octal 120 150 17 27 0 126 73 114 113 27
Binary 1010000 1101000 1111 10111 0 1010110 111011 1001100 1001011 10111

Color Harmonies of #50680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50680F

Black with #50680F

Text Example


Text Example

White with #50680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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