#316938

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

Shades of San Felix #316938

Tints of San Felix #316938

Color information

#316938 (or 0x316938) is unknown color: approx San Felix. HEX triplet: 31, 69 and 38. RGB value is (49,105,56). Sum of RGB (Red+Green+Blue) = 49+105+56=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #316938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316938 is #CE96C7. Grayscale: #525252. Windows color (decimal): -13539016 or 3696945. OLE color: 3696945.

HSL color Cylindrical-coordinate representation of color #316938: hue angle of 127.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316938 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB4910556-
CMYK0.5300.470.59
HSL127.5º36.36%30.2%-
HSV(B)127.5º53.33%41.18%-
XYZ7.0311.045.5-
YUV82.67112.95103.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=23.33%
G=50%
B=26.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105560.5300.470.59127.536.3630.2
Hex3169383502F3B80241e
Octal611517065057732004436
Binary110001110100111100011010101011111110111000000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316938; }

 p { color: rgb(49,105,56); }

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

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

 a { background-color: rgb(49,105,56); }

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

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

 span { border-color: rgb(49,105,56); }

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