#50752F

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

Shades of Green Leaf #50752F

Tints of Green Leaf #50752F

Color information

#50752F (or 0x50752F) is unknown color: approx Green Leaf. HEX triplet: 50, 75 and 2F. RGB value is (80,117,47). Sum of RGB (Red+Green+Blue) = 80+117+47=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #50752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50752F is #AF8AD0. Grayscale: #626262. Windows color (decimal): -11504337 or 3110224. OLE color: 3110224.

HSL color Cylindrical-coordinate representation of color #50752F: hue angle of 91.71º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50752F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB8011747-
CMYK0.3200.600.54
HSL91.71º42.68%32.16%-
HSV(B)91.71º59.83%45.88%-
XYZ10.1814.634.98-
YUV97.9699.24115.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 117 (46.09% from 255) = 47.95%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=32.79%
G=47.95%
B=19.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117470.3200.600.5491.7142.6832.16
Hex50752F2003C365c2b20
Octal1201655740074661345340
Binary1010000111010110111110000001111001101101011100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50752F; }

 p { color: rgb(80,117,47); }

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

<style>
 a { background-color: #50752F; }

 a { background-color: rgb(80,117,47); }

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

<style>
 span { border-color: #50752F; }

 span { border-color: rgb(80,117,47); }

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