#507331

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

Shades of Green Leaf #507331

Tints of Green Leaf #507331

Color information

#507331 (or 0x507331) is unknown color: approx Green Leaf. HEX triplet: 50, 73 and 31. RGB value is (80,115,49). Sum of RGB (Red+Green+Blue) = 80+115+49=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #507331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507331 is #AF8CCE. Grayscale: #616161. Windows color (decimal): -11504847 or 3240784. OLE color: 3240784.

HSL color Cylindrical-coordinate representation of color #507331: hue angle of 91.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507331 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB8011549-
CMYK0.3000.570.55
HSL91.82º40.24%32.16%-
HSV(B)91.82º57.39%45.1%-
XYZ9.9914.195.12-
YUV97.01100.9115.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=32.79%
G=47.13%
B=20.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115490.3000.570.5591.8240.2432.16
Hex5073311E039375c2820
Octal1201636136071671345040
Binary101000011100111100011111001110011101111011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507331; }

 p { color: rgb(80,115,49); }

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

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

 a { background-color: rgb(80,115,49); }

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

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

 span { border-color: rgb(80,115,49); }

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