Html Css Color HEX #50722C Green Leaf

📋 copy color: '#50722C'

red 80 ◦ green 114 ◦ blue 44

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

Shades of Green Leaf #50722C

Tints of Green Leaf #50722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 33.61%
G = 47.9%
B = 18.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#50722C (or 0x50722C) is known color: Green Leaf. HEX triplet: 50, 72 and 2C. RGB value is (80,114,44). Sum of RGB (Red+Green+Blue) = 80+114+44=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #50722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50722C is #AF8DD3. Grayscale: #606060. Windows color (decimal): -11505108 or 2912848. OLE color: 2912848.

HSL color Cylindrical-coordinate representation of color #50722C: hue angle of 89.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50722C is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 44 -
CMYK 0.30 0 0.61 0.55
HSL 89.14º 0.44% 0.31% -
HSV(B) 89.14º 0.61% 0.45% -
XYZ 9.78 13.92 4.55 -
YUV 95.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 80 114 44 0.30 0 0.61 0.55 89.14 0.44 0.31
Hex 50 72 2C 1E 0 3D 37 59 2C 1F
Octal 120 162 54 36 0 75 67 131 54 37
Binary 1010000 1110010 101100 11110 0 111101 110111 1011001 101100 11111

Color Harmonies of #50722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50722C

Black with #50722C

Text Example


Text Example

White with #50722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50722C; }

 p { color: rgb(80,114,44); }

 H1.HeaderClassName
 {
   color: #50722C;
 }
 .AnyTagClassName
 {
   color: #50722C;
 }
</style>

background-color css

<style>
 a { background-color: #50722C; }

 a { background-color: rgb(80,114,44); }

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

border-color css

<style>
 span { border-color: #50722C; }

 span { border-color: rgb(80,114,44); }

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