Html Css Color HEX #50721F Green Leaf

📋 copy color: '#50721F'

red 80 ◦ green 114 ◦ blue 31

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

Shades of Green Leaf #50721F

Tints of Green Leaf #50721F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 35.56%
G = 50.67%
B = 13.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#50721F (or 0x50721F) is known color: Green Leaf. HEX triplet: 50, 72 and 1F. RGB value is (80,114,31). Sum of RGB (Red+Green+Blue) = 80+114+31=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #50721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50721F is #AF8DE0. Grayscale: #5E5E5E. Windows color (decimal): -11505121 or 2060880. OLE color: 2060880.

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

Color convert

RGB 80 114 31 -
CMYK 0.30 0 0.73 0.55
HSL 84.58º 0.57% 0.28% -
HSV(B) 84.58º 0.73% 0.45% -
XYZ 9.57 13.84 3.46 -
YUV 94.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 80 114 31 0.30 0 0.73 0.55 84.58 0.57 0.28
Hex 50 72 1F 1E 0 49 37 55 39 1C
Octal 120 162 37 36 0 111 67 125 71 34
Binary 1010000 1110010 11111 11110 0 1001001 110111 1010101 111001 11100

Color Harmonies of #50721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50721F

Black with #50721F

Text Example


Text Example

White with #50721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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