#50781B

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

Shades of Green Leaf #50781B

Tints of Green Leaf #50781B

Color information

#50781B (or 0x50781B) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 1B. RGB value is (80,120,27). Sum of RGB (Red+Green+Blue) = 80+120+27=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #50781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50781B is #AF87E4. Grayscale: #616161. Windows color (decimal): -11503589 or 1800272. OLE color: 1800272.

HSL color Cylindrical-coordinate representation of color #50781B: hue angle of 85.81º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50781B is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB8012027-
CMYK0.3300.780.53
HSL85.81º63.27%28.82%-
HSV(B)85.81º77.5%47.06%-
XYZ10.2215.223.44-
YUV97.4488.25115.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=35.24%
G=52.86%
B=11.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120270.3300.780.5385.8163.2728.82
Hex50781B2104E35563f1d
Octal12017033410116651267735
Binary101000011110001101110000101001110110101101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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