#316931

Color #316931 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #316931

Tints of San Felix #316931

Color information

#316931 (or 0x316931) is unknown color: approx San Felix. HEX triplet: 31, 69 and 31. RGB value is (49,105,49). Sum of RGB (Red+Green+Blue) = 49+105+49=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #316931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316931 is #CE96CE. Grayscale: #525252. Windows color (decimal): -13539023 or 3238193. OLE color: 3238193.

HSL color Cylindrical-coordinate representation of color #316931: hue angle of 120º 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 #316931 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB4910549-
CMYK0.5300.530.59
HSL120º36.36%30.2%-
HSV(B)120º53.33%41.18%-
XYZ6.8710.984.66-
YUV81.87109.45104.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=24.14%
G=51.72%
B=24.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105490.5300.530.5912036.3630.2
Hex316931350353B78241e
Octal611516165065731704436
Binary11000111010011100011101010110101111011111100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316931; }

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

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

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

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

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

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

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

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