Html Css Color HEX #50732E Green Leaf

📋 copy color: '#50732E'

red 80 ◦ green 115 ◦ blue 46

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

Shades of Green Leaf #50732E

Tints of Green Leaf #50732E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.72%

 BLUE value IS 46 (18.36% from 255) = 19.09%

R = 33.2%
G = 47.72%
B = 19.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#50732E (or 0x50732E) is known color: Green Leaf. HEX triplet: 50, 73 and 2E. RGB value is (80,115,46). Sum of RGB (Red+Green+Blue) = 80+115+46=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #50732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50732E is #AF8CD1. Grayscale: #606060. Windows color (decimal): -11504850 or 3044176. OLE color: 3044176.

HSL color Cylindrical-coordinate representation of color #50732E: hue angle of 90.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50732E is Cyan = 0.30, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 46 -
CMYK 0.30 0 0.6 0.55
HSL 90.43º 0.43% 0.32% -
HSV(B) 90.43º 0.6% 0.45% -
XYZ 9.93 14.16 4.8 -
YUV 96.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 80 115 46 0.30 0 0.6 0.55 90.43 0.43 0.32
Hex 50 73 2E 1E 0 3C 37 5A 2B 20
Octal 120 163 56 36 0 74 67 132 53 40
Binary 1010000 1110011 101110 11110 0 111100 110111 1011010 101011 100000

Color Harmonies of #50732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50732E

Black with #50732E

Text Example


Text Example

White with #50732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50732E; }

 p { color: rgb(80,115,46); }

 H1.HeaderClassName
 {
   color: #50732E;
 }
 .AnyTagClassName
 {
   color: #50732E;
 }
</style>

background-color css

<style>
 a { background-color: #50732E; }

 a { background-color: rgb(80,115,46); }

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

border-color css

<style>
 span { border-color: #50732E; }

 span { border-color: rgb(80,115,46); }

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