#316936

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

Shades of San Felix #316936

Tints of San Felix #316936

Color information

#316936 (or 0x316936) is unknown color: approx San Felix. HEX triplet: 31, 69 and 36. RGB value is (49,105,54). Sum of RGB (Red+Green+Blue) = 49+105+54=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #316936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316936 is #CE96C9. Grayscale: #525252. Windows color (decimal): -13539018 or 3565873. OLE color: 3565873.

HSL color Cylindrical-coordinate representation of color #316936: hue angle of 125.36º 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 #316936 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB4910554-
CMYK0.5300.490.59
HSL125.36º36.36%30.2%-
HSV(B)125.36º53.33%41.18%-
XYZ6.9811.025.25-
YUV82.44111.95104.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=23.56%
G=50.48%
B=25.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105540.5300.490.59125.3636.3630.2
Hex316936350313B7d241e
Octal611516665061731754436
Binary11000111010011101101101010110001111011111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316936; }

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

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

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

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

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

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

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

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