Html Css Color HEX #50711F Green Leaf

📋 copy color: '#50711F'

red 80 ◦ green 113 ◦ blue 31

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

Shades of Green Leaf #50711F

Tints of Green Leaf #50711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

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

R = 35.71%
G = 50.45%
B = 13.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#50711F (or 0x50711F) is known color: Green Leaf. HEX triplet: 50, 71 and 1F. RGB value is (80,113,31). Sum of RGB (Red+Green+Blue) = 80+113+31=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #50711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50711F is #AF8EE0. Grayscale: #5E5E5E. Windows color (decimal): -11505377 or 2060624. OLE color: 2060624.

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

Color convert

RGB 80 113 31 -
CMYK 0.29 0 0.73 0.56
HSL 84.15º 0.57% 0.28% -
HSV(B) 84.15º 0.73% 0.44% -
XYZ 9.46 13.61 3.43 -
YUV 93.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 80 113 31 0.29 0 0.73 0.56 84.15 0.57 0.28
Hex 50 71 1F 1D 0 49 38 54 39 1C
Octal 120 161 37 35 0 111 70 124 71 34
Binary 1010000 1110001 11111 11101 0 1001001 111000 1010100 111001 11100

Color Harmonies of #50711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50711F

Black with #50711F

Text Example


Text Example

White with #50711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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