#316f3d

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

Shades of San Felix #316F3D

Tints of San Felix #316F3D

Color information

#316F3D (or 0x316F3D) is unknown color: approx San Felix. HEX triplet: 31, 6F and 3D. RGB value is (49,111,61). Sum of RGB (Red+Green+Blue) = 49+111+61=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #316F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F3D is #CE90C2. Grayscale: #565656. Windows color (decimal): -13537475 or 4026161. OLE color: 4026161.

HSL color Cylindrical-coordinate representation of color #316F3D: hue angle of 131.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #316F3D is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB4911161-
CMYK0.5600.450.56
HSL131.61º38.75%31.37%-
HSV(B)131.61º55.86%43.53%-
XYZ7.7912.366.39-
YUV86.76113.46101.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=22.17%
G=50.23%
B=27.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111610.5600.450.56131.6138.7531.37
Hex316F3D3802D3884271f
Octal611577570055702044737
Binary110001110111111110111100001011011110001000010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316f3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,61); }

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

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

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

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

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

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

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