Html Css Color HEX #50670E Verdun Green

📋 copy color: '#50670E'

red 80 ◦ green 103 ◦ blue 14

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

Shades of Verdun Green #50670E

Tints of Verdun Green #50670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.28%

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

R = 40.61%
G = 52.28%
B = 7.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#50670E (or 0x50670E) is known color: Verdun Green. HEX triplet: 50, 67 and 0E. RGB value is (80,103,14). Sum of RGB (Red+Green+Blue) = 80+103+14=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #50670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50670E is #AF98F1. Grayscale: #565656. Windows color (decimal): -11507954 or 943952. OLE color: 943952.

HSL color Cylindrical-coordinate representation of color #50670E: hue angle of 75.51º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50670E is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 14 -
CMYK 0.22 0 0.86 0.60
HSL 75.51º 0.76% 0.23% -
HSV(B) 75.51º 0.86% 0.4% -
XYZ 8.24 11.44 2.19 -
YUV 85.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 80 103 14 0.22 0 0.86 0.60 75.51 0.76 0.23
Hex 50 67 E 16 0 56 3C 4C 4C 17
Octal 120 147 16 26 0 126 74 114 114 27
Binary 1010000 1100111 1110 10110 0 1010110 111100 1001100 1001100 10111

Color Harmonies of #50670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50670E

Black with #50670E

Text Example


Text Example

White with #50670E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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