Html Css Color HEX #50620D Verdun Green

📋 copy color: '#50620D'

red 80 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #50620D

Tints of Verdun Green #50620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.31%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 41.88%
G = 51.31%
B = 6.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#50620D (or 0x50620D) is known color: Verdun Green. HEX triplet: 50, 62 and 0D. RGB value is (80,98,13). Sum of RGB (Red+Green+Blue) = 80+98+13=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #50620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50620D is #AF9DF2. Grayscale: #535353. Windows color (decimal): -11509235 or 877136. OLE color: 877136.

HSL color Cylindrical-coordinate representation of color #50620D: hue angle of 72.71º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50620D is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 13 -
CMYK 0.18 0 0.87 0.62
HSL 72.71º 0.77% 0.22% -
HSV(B) 72.71º 0.87% 0.38% -
XYZ 7.75 10.47 1.99 -
YUV 82.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 80 98 13 0.18 0 0.87 0.62 72.71 0.77 0.22
Hex 50 62 D 12 0 57 3E 49 4D 16
Octal 120 142 15 22 0 127 76 111 115 26
Binary 1010000 1100010 1101 10010 0 1010111 111110 1001001 1001101 10110

Color Harmonies of #50620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50620D

Black with #50620D

Text Example


Text Example

White with #50620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50620D; }

 p { color: rgb(80,98,13); }

 H1.HeaderClassName
 {
   color: #50620D;
 }
 .AnyTagClassName
 {
   color: #50620D;
 }
</style>

background-color css

<style>
 a { background-color: #50620D; }

 a { background-color: rgb(80,98,13); }

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

border-color css

<style>
 span { border-color: #50620D; }

 span { border-color: rgb(80,98,13); }

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