#316B2F

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

Shades of San Felix #316B2F

Tints of San Felix #316B2F

Color information

#316B2F (or 0x316B2F) is unknown color: approx San Felix. HEX triplet: 31, 6B and 2F. RGB value is (49,107,47). Sum of RGB (Red+Green+Blue) = 49+107+47=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #316B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B2F is #CE94D0. Grayscale: #535353. Windows color (decimal): -13538513 or 3107633. OLE color: 3107633.

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

Color convert

RGB4910747-
CMYK0.5400.560.58
HSL118º38.96%30.2%-
HSV(B)118º56.07%41.96%-
XYZ7.0411.374.51-
YUV82.82107.78103.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=24.14%
G=52.71%
B=23.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107470.5400.560.5811838.9630.2
Hex316B2F360383A76271e
Octal611535766070721664736
Binary11000111010111011111101100111000111010111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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