Html Css Color HEX #50642E Green Leaf

📋 copy color: '#50642E'

red 80 ◦ green 100 ◦ blue 46

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

Shades of Green Leaf #50642E

Tints of Green Leaf #50642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.25%

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 35.4%
G = 44.25%
B = 20.35%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#50642E (or 0x50642E) is known color: Green Leaf. HEX triplet: 50, 64 and 2E. RGB value is (80,100,46). Sum of RGB (Red+Green+Blue) = 80+100+46=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #50642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50642E is #AF9BD1. Grayscale: #585858. Windows color (decimal): -11508690 or 3040336. OLE color: 3040336.

HSL color Cylindrical-coordinate representation of color #50642E: hue angle of 82.22º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50642E is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 46 -
CMYK 0.2 0 0.54 0.61
HSL 82.22º 0.37% 0.29% -
HSV(B) 82.22º 0.54% 0.39% -
XYZ 8.36 11.02 4.27 -
YUV 87.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 80 100 46 0.2 0 0.54 0.61 82.22 0.37 0.29
Hex 50 64 2E 14 0 36 3D 52 25 1D
Octal 120 144 56 24 0 66 75 122 45 35
Binary 1010000 1100100 101110 10100 0 110110 111101 1010010 100101 11101

Color Harmonies of #50642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50642E

Black with #50642E

Text Example


Text Example

White with #50642E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,100,46); }

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

background-color css

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

 a { background-color: rgb(80,100,46); }

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

border-color css

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

 span { border-color: rgb(80,100,46); }

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