Html Css Color HEX #50742F Green Leaf

📋 copy color: '#50742F'

red 80 ◦ green 116 ◦ blue 47

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

Shades of Green Leaf #50742F

Tints of Green Leaf #50742F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 32.92%
G = 47.74%
B = 19.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#50742F (or 0x50742F) is known color: Green Leaf. HEX triplet: 50, 74 and 2F. RGB value is (80,116,47). Sum of RGB (Red+Green+Blue) = 80+116+47=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #50742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50742F is #AF8BD0. Grayscale: #616161. Windows color (decimal): -11504593 or 3109968. OLE color: 3109968.

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

Color convert

RGB 80 116 47 -
CMYK 0.31 0 0.59 0.55
HSL 91.3º 0.42% 0.32% -
HSV(B) 91.3º 0.59% 0.45% -
XYZ 10.07 14.4 4.94 -
YUV 97.37 99.57 115.61 -
System Red Green Blue C M Y K H S L
Decimal 80 116 47 0.31 0 0.59 0.55 91.3 0.42 0.32
Hex 50 74 2F 1F 0 3B 37 5B 2A 20
Octal 120 164 57 37 0 73 67 133 52 40
Binary 1010000 1110100 101111 11111 0 111011 110111 1011011 101010 100000

Color Harmonies of #50742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50742F

Black with #50742F

Text Example


Text Example

White with #50742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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