#316731

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

Shades of San Felix #316731

Tints of San Felix #316731

Color information

#316731 (or 0x316731) is unknown color: approx San Felix. HEX triplet: 31, 67 and 31. RGB value is (49,103,49). Sum of RGB (Red+Green+Blue) = 49+103+49=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #316731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316731 is #CE98CE. Grayscale: #505050. Windows color (decimal): -13539535 or 3237681. OLE color: 3237681.

HSL color Cylindrical-coordinate representation of color #316731: hue angle of 120º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316731 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB4910349-
CMYK0.5200.520.60
HSL120º35.53%29.8%-
HSV(B)120º52.43%40.39%-
XYZ6.6710.584.6-
YUV80.7110.11105.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=24.38%
G=51.24%
B=24.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103490.5200.520.6012035.5329.8
Hex316731340343C78241e
Octal611476164064741704436
Binary11000111001111100011101000110100111100111100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316731; }

 p { color: rgb(49,103,49); }

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

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

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

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

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

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

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