#50761B

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

Shades of Green Leaf #50761B

Tints of Green Leaf #50761B

Color information

#50761B (or 0x50761B) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 1B. RGB value is (80,118,27). Sum of RGB (Red+Green+Blue) = 80+118+27=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #50761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50761B is #AF89E4. Grayscale: #606060. Windows color (decimal): -11504101 or 1799760. OLE color: 1799760.

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

Color convert

RGB8011827-
CMYK0.3200.770.54
HSL85.05º62.76%28.43%-
HSV(B)85.05º77.12%46.27%-
XYZ9.9814.743.36-
YUV96.2688.91116.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 27 (10.94% from 255) = 12%
R=35.56%
G=52.44%
B=12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118270.3200.770.5485.0562.7628.43
Hex50761B2004D36553f1c
Octal12016633400115661257734
Binary101000011101101101110000001001101110110101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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