Html Css Color HEX #50762D Green Leaf

📋 copy color: '#50762D'

red 80 ◦ green 118 ◦ blue 45

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

Shades of Green Leaf #50762D

Tints of Green Leaf #50762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 32.92%
G = 48.56%
B = 18.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#50762D (or 0x50762D) is known color: Green Leaf. HEX triplet: 50, 76 and 2D. RGB value is (80,118,45). Sum of RGB (Red+Green+Blue) = 80+118+45=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #50762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50762D is #AF89D2. Grayscale: #626262. Windows color (decimal): -11504083 or 2979408. OLE color: 2979408.

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

Color convert

RGB 80 118 45 -
CMYK 0.32 0 0.62 0.54
HSL 91.23º 0.45% 0.32% -
HSV(B) 91.23º 0.62% 0.46% -
XYZ 10.26 14.85 4.81 -
YUV 98.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 80 118 45 0.32 0 0.62 0.54 91.23 0.45 0.32
Hex 50 76 2D 20 0 3E 36 5B 2D 20
Octal 120 166 55 40 0 76 66 133 55 40
Binary 1010000 1110110 101101 100000 0 111110 110110 1011011 101101 100000

Color Harmonies of #50762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50762D

Black with #50762D

Text Example


Text Example

White with #50762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,118,45); }

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

background-color css

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

 a { background-color: rgb(80,118,45); }

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

border-color css

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

 span { border-color: rgb(80,118,45); }

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