#316831

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

Shades of San Felix #316831

Tints of San Felix #316831

Color information

#316831 (or 0x316831) is unknown color: approx San Felix. HEX triplet: 31, 68 and 31. RGB value is (49,104,49). Sum of RGB (Red+Green+Blue) = 49+104+49=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #316831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316831 is #CE97CE. Grayscale: #515151. Windows color (decimal): -13539279 or 3237937. OLE color: 3237937.

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

Color convert

RGB4910449-
CMYK0.5300.530.59
HSL120º35.95%30%-
HSV(B)120º52.88%40.78%-
XYZ6.7710.784.63-
YUV81.28109.78104.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=24.26%
G=51.49%
B=24.26%

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
Decimal49104490.5300.530.5912035.9530
Hex316831350353B78241e
Octal611506165065731704436
Binary11000111010001100011101010110101111011111100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316831; }

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

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

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

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

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

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

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

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