Html Css Color HEX #50792D Green Leaf

📋 copy color: '#50792D'

red 80 ◦ green 121 ◦ blue 45

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

Shades of Green Leaf #50792D

Tints of Green Leaf #50792D

RGB

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

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

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

R = 32.52%
G = 49.19%
B = 18.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#50792D (or 0x50792D) is known color: Green Leaf. HEX triplet: 50, 79 and 2D. RGB value is (80,121,45). Sum of RGB (Red+Green+Blue) = 80+121+45=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #50792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50792D is #AF86D2. Grayscale: #646464. Windows color (decimal): -11503315 or 2980176. OLE color: 2980176.

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

Color convert

RGB 80 121 45 -
CMYK 0.34 0 0.63 0.53
HSL 92.37º 0.46% 0.33% -
HSV(B) 92.37º 0.63% 0.47% -
XYZ 10.62 15.57 4.93 -
YUV 100.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 80 121 45 0.34 0 0.63 0.53 92.37 0.46 0.33
Hex 50 79 2D 22 0 3F 35 5C 2E 21
Octal 120 171 55 42 0 77 65 134 56 41
Binary 1010000 1111001 101101 100010 0 111111 110101 1011100 101110 100001

Color Harmonies of #50792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50792D

Black with #50792D

Text Example


Text Example

White with #50792D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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