Html Css Color HEX #50611A Verdun Green

📋 copy color: '#50611A'

red 80 ◦ green 97 ◦ blue 26

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

Shades of Verdun Green #50611A

Tints of Verdun Green #50611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 26 (10.55% from 255) = 12.81%

R = 39.41%
G = 47.78%
B = 12.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#50611A (or 0x50611A) is known color: Verdun Green. HEX triplet: 50, 61 and 1A. RGB value is (80,97,26). Sum of RGB (Red+Green+Blue) = 80+97+26=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #50611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50611A is #AF9EE5. Grayscale: #545454. Windows color (decimal): -11509478 or 1728848. OLE color: 1728848.

HSL color Cylindrical-coordinate representation of color #50611A: hue angle of 74.37º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50611A is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 26 -
CMYK 0.18 0 0.73 0.62
HSL 74.37º 0.58% 0.24% -
HSV(B) 74.37º 0.73% 0.38% -
XYZ 7.77 10.33 2.56 -
YUV 83.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 80 97 26 0.18 0 0.73 0.62 74.37 0.58 0.24
Hex 50 61 1A 12 0 49 3E 4A 3A 18
Octal 120 141 32 22 0 111 76 112 72 30
Binary 1010000 1100001 11010 10010 0 1001001 111110 1001010 111010 11000

Color Harmonies of #50611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50611A

Black with #50611A

Text Example


Text Example

White with #50611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50611A; }

 p { color: rgb(80,97,26); }

 H1.HeaderClassName
 {
   color: #50611A;
 }
 .AnyTagClassName
 {
   color: #50611A;
 }
</style>

background-color css

<style>
 a { background-color: #50611A; }

 a { background-color: rgb(80,97,26); }

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

border-color css

<style>
 span { border-color: #50611A; }

 span { border-color: rgb(80,97,26); }

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