Html Css Color HEX #50761A Green Leaf

📋 copy color: '#50761A'

red 80 ◦ green 118 ◦ blue 26

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

Shades of Green Leaf #50761A

Tints of Green Leaf #50761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 35.71%
G = 52.68%
B = 11.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#50761A (or 0x50761A) is known color: Green Leaf. HEX triplet: 50, 76 and 1A. RGB value is (80,118,26). Sum of RGB (Red+Green+Blue) = 80+118+26=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #50761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50761A is #AF89E5. Grayscale: #606060. Windows color (decimal): -11504102 or 1734224. OLE color: 1734224.

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

Color convert

RGB 80 118 26 -
CMYK 0.32 0 0.78 0.54
HSL 84.78º 0.64% 0.28% -
HSV(B) 84.78º 0.78% 0.46% -
XYZ 9.97 14.74 3.3 -
YUV 96.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 80 118 26 0.32 0 0.78 0.54 84.78 0.64 0.28
Hex 50 76 1A 20 0 4E 36 55 40 1C
Octal 120 166 32 40 0 116 66 125 100 34
Binary 1010000 1110110 11010 100000 0 1001110 110110 1010101 1000000 11100

Color Harmonies of #50761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50761A

Black with #50761A

Text Example


Text Example

White with #50761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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