#50761A

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

Shades of Green Leaf #50761A

Tints of Green Leaf #50761A

Color information

#50761A (or 0x50761A) is unknown color: approx 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

RGB8011826-
CMYK0.3200.780.54
HSL84.78º63.89%28.24%-
HSV(B)84.78º77.97%46.27%-
XYZ9.9714.743.3-
YUV96.1588.41116.48-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118260.3200.780.5484.7863.8928.24
Hex50761A2004E3655401c
Octal120166324001166612510034
Binary1010000111011011010100000010011101101101010101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>