#50760E

Color #50760E Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #50760E

Tints of Green Leaf #50760E

Color information

#50760E (or 0x50760E) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 0E. RGB value is (80,118,14). Sum of RGB (Red+Green+Blue) = 80+118+14=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #50760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50760E is #AF89F1. Grayscale: #5F5F5F. Windows color (decimal): -11504114 or 947792. OLE color: 947792.

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

Color convert

RGB8011814-
CMYK0.3200.880.54
HSL81.92º78.79%25.88%-
HSV(B)81.92º88.14%46.27%-
XYZ9.8714.692.73-
YUV94.7882.41117.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=37.74%
G=55.66%
B=6.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118140.3200.880.5481.9278.7925.88
Hex5076E2005836524f1a
Octal120166164001306612211732
Binary101000011101101110100000010110001101101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50760E;
 }
 .AnyTagClassName
 {
   color: #50760E;
 }
</style>
background-color css

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

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

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

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

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

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