#316C2F

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

Shades of San Felix #316C2F

Tints of San Felix #316C2F

Color information

#316C2F (or 0x316C2F) is unknown color: approx San Felix. HEX triplet: 31, 6C and 2F. RGB value is (49,108,47). Sum of RGB (Red+Green+Blue) = 49+108+47=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #316C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C2F is #CE93D0. Grayscale: #535353. Windows color (decimal): -13538257 or 3107889. OLE color: 3107889.

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

Color convert

RGB4910847-
CMYK0.5500.560.58
HSL118.03º39.35%30.39%-
HSV(B)118.03º56.48%42.35%-
XYZ7.1411.584.55-
YUV83.4107.45103.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=24.02%
G=52.94%
B=23.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108470.5500.560.58118.0339.3530.39
Hex316C2F370383A76271e
Octal611545767070721664736
Binary11000111011001011111101110111000111010111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,108,47); }

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

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

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

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

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

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

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