Html Css Color HEX #50742C Green Leaf

📋 copy color: '#50742C'

red 80 ◦ green 116 ◦ blue 44

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

Shades of Green Leaf #50742C

Tints of Green Leaf #50742C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 44 (17.58% from 255) = 18.33%

R = 33.33%
G = 48.33%
B = 18.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#50742C (or 0x50742C) is known color: Green Leaf. HEX triplet: 50, 74 and 2C. RGB value is (80,116,44). Sum of RGB (Red+Green+Blue) = 80+116+44=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #50742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50742C is #AF8BD3. Grayscale: #616161. Windows color (decimal): -11504596 or 2913360. OLE color: 2913360.

HSL color Cylindrical-coordinate representation of color #50742C: hue angle of 90º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50742C is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 44 -
CMYK 0.31 0 0.62 0.55
HSL 90º 0.45% 0.31% -
HSV(B) 90º 0.62% 0.45% -
XYZ 10.01 14.38 4.63 -
YUV 97.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 80 116 44 0.31 0 0.62 0.55 90 0.45 0.31
Hex 50 74 2C 1F 0 3E 37 5A 2D 1F
Octal 120 164 54 37 0 76 67 132 55 37
Binary 1010000 1110100 101100 11111 0 111110 110111 1011010 101101 11111

Color Harmonies of #50742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50742C

Black with #50742C

Text Example


Text Example

White with #50742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50742C; }

 p { color: rgb(80,116,44); }

 H1.HeaderClassName
 {
   color: #50742C;
 }
 .AnyTagClassName
 {
   color: #50742C;
 }
</style>

background-color css

<style>
 a { background-color: #50742C; }

 a { background-color: rgb(80,116,44); }

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

border-color css

<style>
 span { border-color: #50742C; }

 span { border-color: rgb(80,116,44); }

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