#316C2D

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

Shades of San Felix #316C2D

Tints of San Felix #316C2D

Color information

#316C2D (or 0x316C2D) is unknown color: approx San Felix. HEX triplet: 31, 6C and 2D. RGB value is (49,108,45). Sum of RGB (Red+Green+Blue) = 49+108+45=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #316C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C2D is #CE93D2. Grayscale: #535353. Windows color (decimal): -13538259 or 2976817. OLE color: 2976817.

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

Color convert

RGB4910845-
CMYK0.5500.580.58
HSL116.19º41.18%30%-
HSV(B)116.19º58.33%42.35%-
XYZ7.111.574.34-
YUV83.18106.45103.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 108 (42.58% from 255) = 53.47%
BLUE value IS 45 (17.97% from 255) = 22.28%
R=24.26%
G=53.47%
B=22.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108450.5500.580.58116.1941.1830
Hex316C2D3703A3A74291e
Octal611545567072721645136
Binary11000111011001011011101110111010111010111010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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