Html Css Color HEX #50560E Verdun Green

📋 copy color: '#50560E'

red 80 ◦ green 86 ◦ blue 14

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

Shades of Verdun Green #50560E

Tints of Verdun Green #50560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.78%

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

R = 44.44%
G = 47.78%
B = 7.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#50560E (or 0x50560E) is known color: Verdun Green. HEX triplet: 50, 56 and 0E. RGB value is (80,86,14). Sum of RGB (Red+Green+Blue) = 80+86+14=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #50560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50560E is #AFA9F1. Grayscale: #4C4C4C. Windows color (decimal): -11512306 or 939600. OLE color: 939600.

HSL color Cylindrical-coordinate representation of color #50560E: hue angle of 65º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50560E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 14 -
CMYK 0.07 0 0.84 0.66
HSL 65º 0.72% 0.2% -
HSV(B) 65º 0.84% 0.34% -
XYZ 6.72 8.39 1.68 -
YUV 76 93.01 130.85 -
System Red Green Blue C M Y K H S L
Decimal 80 86 14 0.07 0 0.84 0.66 65 0.72 0.2
Hex 50 56 E 7 0 54 42 41 48 14
Octal 120 126 16 7 0 124 102 101 110 24
Binary 1010000 1010110 1110 111 0 1010100 1000010 1000001 1001000 10100

Color Harmonies of #50560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50560E

Black with #50560E

Text Example


Text Example

White with #50560E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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