Html Css Color HEX #50620B Verdun Green

📋 copy color: '#50620B'

red 80 ◦ green 98 ◦ blue 11

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

Shades of Verdun Green #50620B

Tints of Verdun Green #50620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 42.33%
G = 51.85%
B = 5.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#50620B (or 0x50620B) is known color: Verdun Green. HEX triplet: 50, 62 and 0B. RGB value is (80,98,11). Sum of RGB (Red+Green+Blue) = 80+98+11=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #50620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50620B is #AF9DF4. Grayscale: #535353. Windows color (decimal): -11509237 or 746064. OLE color: 746064.

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

Color convert

RGB 80 98 11 -
CMYK 0.18 0 0.89 0.62
HSL 72.41º 0.8% 0.21% -
HSV(B) 72.41º 0.89% 0.38% -
XYZ 7.74 10.47 1.93 -
YUV 82.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 80 98 11 0.18 0 0.89 0.62 72.41 0.8 0.21
Hex 50 62 B 12 0 59 3E 48 50 15
Octal 120 142 13 22 0 131 76 110 120 25
Binary 1010000 1100010 1011 10010 0 1011001 111110 1001000 1010000 10101

Color Harmonies of #50620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50620B

Black with #50620B

Text Example


Text Example

White with #50620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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