Html Css Color HEX #50752E Green Leaf

📋 copy color: '#50752E'

red 80 ◦ green 117 ◦ blue 46

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

Shades of Green Leaf #50752E

Tints of Green Leaf #50752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.15%

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

R = 32.92%
G = 48.15%
B = 18.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#50752E (or 0x50752E) is known color: Green Leaf. HEX triplet: 50, 75 and 2E. RGB value is (80,117,46). Sum of RGB (Red+Green+Blue) = 80+117+46=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #50752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50752E is #AF8AD1. Grayscale: #626262. Windows color (decimal): -11504338 or 3044688. OLE color: 3044688.

HSL color Cylindrical-coordinate representation of color #50752E: hue angle of 91.27º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50752E is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 46 -
CMYK 0.32 0 0.61 0.54
HSL 91.27º 0.44% 0.32% -
HSV(B) 91.27º 0.61% 0.46% -
XYZ 10.16 14.63 4.87 -
YUV 97.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 80 117 46 0.32 0 0.61 0.54 91.27 0.44 0.32
Hex 50 75 2E 20 0 3D 36 5B 2C 20
Octal 120 165 56 40 0 75 66 133 54 40
Binary 1010000 1110101 101110 100000 0 111101 110110 1011011 101100 100000

Color Harmonies of #50752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50752E

Black with #50752E

Text Example


Text Example

White with #50752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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