Html Css Color HEX #50742A Green Leaf

📋 copy color: '#50742A'

red 80 ◦ green 116 ◦ blue 42

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

Shades of Green Leaf #50742A

Tints of Green Leaf #50742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 33.61%
G = 48.74%
B = 17.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#50742A (or 0x50742A) is known color: Green Leaf. HEX triplet: 50, 74 and 2A. RGB value is (80,116,42). Sum of RGB (Red+Green+Blue) = 80+116+42=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #50742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50742A is #AF8BD5. Grayscale: #616161. Windows color (decimal): -11504598 or 2782288. OLE color: 2782288.

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

Color convert

RGB 80 116 42 -
CMYK 0.31 0 0.64 0.55
HSL 89.19º 0.47% 0.31% -
HSV(B) 89.19º 0.64% 0.45% -
XYZ 9.97 14.36 4.44 -
YUV 96.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 80 116 42 0.31 0 0.64 0.55 89.19 0.47 0.31
Hex 50 74 2A 1F 0 40 37 59 2F 1F
Octal 120 164 52 37 0 100 67 131 57 37
Binary 1010000 1110100 101010 11111 0 1000000 110111 1011001 101111 11111

Color Harmonies of #50742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50742A

Black with #50742A

Text Example


Text Example

White with #50742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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