Html Css Color HEX #50722F Green Leaf

📋 copy color: '#50722F'

red 80 ◦ green 114 ◦ blue 47

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

Shades of Green Leaf #50722F

Tints of Green Leaf #50722F

RGB

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

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

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

R = 33.2%
G = 47.3%
B = 19.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#50722F (or 0x50722F) is known color: Green Leaf. HEX triplet: 50, 72 and 2F. RGB value is (80,114,47). Sum of RGB (Red+Green+Blue) = 80+114+47=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #50722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50722F is #AF8DD0. Grayscale: #606060. Windows color (decimal): -11505105 or 3109456. OLE color: 3109456.

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

Color convert

RGB 80 114 47 -
CMYK 0.30 0 0.59 0.55
HSL 90.45º 0.42% 0.32% -
HSV(B) 90.45º 0.59% 0.45% -
XYZ 9.84 13.95 4.86 -
YUV 96.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 80 114 47 0.30 0 0.59 0.55 90.45 0.42 0.32
Hex 50 72 2F 1E 0 3B 37 5A 2A 20
Octal 120 162 57 36 0 73 67 132 52 40
Binary 1010000 1110010 101111 11110 0 111011 110111 1011010 101010 100000

Color Harmonies of #50722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50722F

Black with #50722F

Text Example


Text Example

White with #50722F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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