#316B2D

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

Shades of San Felix #316B2D

Tints of San Felix #316B2D

Color information

#316B2D (or 0x316B2D) is unknown color: approx San Felix. HEX triplet: 31, 6B and 2D. RGB value is (49,107,45). Sum of RGB (Red+Green+Blue) = 49+107+45=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #316B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B2D is #CE94D2. Grayscale: #525252. Windows color (decimal): -13538515 or 2976561. OLE color: 2976561.

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

Color convert

RGB4910745-
CMYK0.5400.580.58
HSL116.13º40.79%29.8%-
HSV(B)116.13º57.94%41.96%-
XYZ711.364.31-
YUV82.59106.78104.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 45 (17.97% from 255) = 22.39%
R=24.38%
G=53.23%
B=22.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107450.5400.580.58116.1340.7929.8
Hex316B2D3603A3A74291e
Octal611535566072721645136
Binary11000111010111011011101100111010111010111010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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