#316A31

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

Shades of San Felix #316A31

Tints of San Felix #316A31

Color information

#316A31 (or 0x316A31) is unknown color: approx San Felix. HEX triplet: 31, 6A and 31. RGB value is (49,106,49). Sum of RGB (Red+Green+Blue) = 49+106+49=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #316A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316A31 is #CE95CE. Grayscale: #525252. Windows color (decimal): -13538767 or 3238449. OLE color: 3238449.

HSL color Cylindrical-coordinate representation of color #316A31: hue angle of 120º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A31 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB4910649-
CMYK0.5400.540.58
HSL120º36.77%30.39%-
HSV(B)120º53.77%41.57%-
XYZ6.9811.184.7-
YUV82.46109.12104.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=24.02%
G=51.96%
B=24.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106490.5400.540.5812036.7730.39
Hex316A31360363A78251e
Octal611526166066721704536
Binary11000111010101100011101100110110111010111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316A31; }

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

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

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

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

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

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

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

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