Html Css Color HEX #50761E Green Leaf

📋 copy color: '#50761E'

red 80 ◦ green 118 ◦ blue 30

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

Shades of Green Leaf #50761E

Tints of Green Leaf #50761E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 35.09%
G = 51.75%
B = 13.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#50761E (or 0x50761E) is known color: Green Leaf. HEX triplet: 50, 76 and 1E. RGB value is (80,118,30). Sum of RGB (Red+Green+Blue) = 80+118+30=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #50761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50761E is #AF89E1. Grayscale: #606060. Windows color (decimal): -11504098 or 1996368. OLE color: 1996368.

HSL color Cylindrical-coordinate representation of color #50761E: hue angle of 85.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50761E is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 30 -
CMYK 0.32 0 0.75 0.54
HSL 85.91º 0.59% 0.29% -
HSV(B) 85.91º 0.75% 0.46% -
XYZ 10.02 14.76 3.55 -
YUV 96.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 80 118 30 0.32 0 0.75 0.54 85.91 0.59 0.29
Hex 50 76 1E 20 0 4B 36 56 3B 1D
Octal 120 166 36 40 0 113 66 126 73 35
Binary 1010000 1110110 11110 100000 0 1001011 110110 1010110 111011 11101

Color Harmonies of #50761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50761E

Black with #50761E

Text Example


Text Example

White with #50761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50761E; }

 p { color: rgb(80,118,30); }

 H1.HeaderClassName
 {
   color: #50761E;
 }
 .AnyTagClassName
 {
   color: #50761E;
 }
</style>

background-color css

<style>
 a { background-color: #50761E; }

 a { background-color: rgb(80,118,30); }

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

border-color css

<style>
 span { border-color: #50761E; }

 span { border-color: rgb(80,118,30); }

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