Html Css Color HEX #50792F Green Leaf

📋 copy color: '#50792F'

red 80 ◦ green 121 ◦ blue 47

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

Shades of Green Leaf #50792F

Tints of Green Leaf #50792F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.79%

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

R = 32.26%
G = 48.79%
B = 18.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#50792F (or 0x50792F) is known color: Green Leaf. HEX triplet: 50, 79 and 2F. RGB value is (80,121,47). Sum of RGB (Red+Green+Blue) = 80+121+47=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #50792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50792F is #AF86D0. Grayscale: #646464. Windows color (decimal): -11503313 or 3111248. OLE color: 3111248.

HSL color Cylindrical-coordinate representation of color #50792F: hue angle of 93.24º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50792F is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 47 -
CMYK 0.34 0 0.61 0.53
HSL 93.24º 0.44% 0.33% -
HSV(B) 93.24º 0.61% 0.47% -
XYZ 10.66 15.59 5.14 -
YUV 100.31 97.92 113.52 -
System Red Green Blue C M Y K H S L
Decimal 80 121 47 0.34 0 0.61 0.53 93.24 0.44 0.33
Hex 50 79 2F 22 0 3D 35 5D 2C 21
Octal 120 171 57 42 0 75 65 135 54 41
Binary 1010000 1111001 101111 100010 0 111101 110101 1011101 101100 100001

Color Harmonies of #50792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50792F

Black with #50792F

Text Example


Text Example

White with #50792F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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