#50791B

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

Shades of Green Leaf #50791B

Tints of Green Leaf #50791B

Color information

#50791B (or 0x50791B) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 1B. RGB value is (80,121,27). Sum of RGB (Red+Green+Blue) = 80+121+27=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #50791B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50791B is #AF86E4. Grayscale: #626262. Windows color (decimal): -11503333 or 1800528. OLE color: 1800528.

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

Color convert

RGB8012127-
CMYK0.3400.780.53
HSL86.17º63.51%29.02%-
HSV(B)86.17º77.69%47.45%-
XYZ10.3415.463.48-
YUV98.0287.92115.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=35.09%
G=53.07%
B=11.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121270.3400.780.5386.1763.5129.02
Hex50791B2204E3556401d
Octal120171334201166512610035
Binary1010000111100111011100010010011101101011010110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50791B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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