#316F37

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

Shades of San Felix #316F37

Tints of San Felix #316F37

Color information

#316F37 (or 0x316F37) is unknown color: approx San Felix. HEX triplet: 31, 6F and 37. RGB value is (49,111,55). Sum of RGB (Red+Green+Blue) = 49+111+55=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #316F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F37 is #CE90C8. Grayscale: #565656. Windows color (decimal): -13537481 or 3632945. OLE color: 3632945.

HSL color Cylindrical-coordinate representation of color #316F37: hue angle of 125.81º 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 #316F37 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB4911155-
CMYK0.5600.500.56
HSL125.81º38.75%31.37%-
HSV(B)125.81º55.86%43.53%-
XYZ7.6412.35.59-
YUV86.08110.46101.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=22.79%
G=51.63%
B=25.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111550.5600.500.56125.8138.7531.37
Hex316F3738032387e271f
Octal611576770062701764737
Binary11000111011111101111110000110010111000111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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