Html Css Color HEX #50740F Green Leaf

📋 copy color: '#50740F'

red 80 ◦ green 116 ◦ blue 15

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

Shades of Green Leaf #50740F

Tints of Green Leaf #50740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.98%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 37.91%
G = 54.98%
B = 7.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#50740F (or 0x50740F) is known color: Green Leaf. HEX triplet: 50, 74 and 0F. RGB value is (80,116,15). Sum of RGB (Red+Green+Blue) = 80+116+15=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #50740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50740F is #AF8BF0. Grayscale: #5E5E5E. Windows color (decimal): -11504625 or 1012816. OLE color: 1012816.

HSL color Cylindrical-coordinate representation of color #50740F: hue angle of 81.39º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50740F is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 15 -
CMYK 0.31 0 0.87 0.55
HSL 81.39º 0.77% 0.26% -
HSV(B) 81.39º 0.87% 0.45% -
XYZ 9.64 14.23 2.69 -
YUV 93.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 80 116 15 0.31 0 0.87 0.55 81.39 0.77 0.26
Hex 50 74 F 1F 0 57 37 51 4D 1A
Octal 120 164 17 37 0 127 67 121 115 32
Binary 1010000 1110100 1111 11111 0 1010111 110111 1010001 1001101 11010

Color Harmonies of #50740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50740F

Black with #50740F

Text Example


Text Example

White with #50740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,116,15); }

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

background-color css

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

 a { background-color: rgb(80,116,15); }

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

border-color css

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

 span { border-color: rgb(80,116,15); }

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