#506931

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

Shades of Green Leaf #506931

Tints of Green Leaf #506931

Color information

#506931 (or 0x506931) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 31. RGB value is (80,105,49). Sum of RGB (Red+Green+Blue) = 80+105+49=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #506931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506931 is #AF96CE. Grayscale: #5B5B5B. Windows color (decimal): -11507407 or 3238224. OLE color: 3238224.

HSL color Cylindrical-coordinate representation of color #506931: hue angle of 86.79º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #506931 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB8010549-
CMYK0.2400.530.59
HSL86.79º36.36%30.2%-
HSV(B)86.79º53.33%41.18%-
XYZ8.9112.034.76-
YUV91.14104.22120.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=34.19%
G=44.87%
B=20.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105490.2400.530.5986.7936.3630.2
Hex506931180353B57241e
Octal1201516130065731274436
Binary10100001101001110001110000110101111011101011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506931; }

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

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

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

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

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

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

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

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