#317039

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

Shades of San Felix #317039

Tints of San Felix #317039

Color information

#317039 (or 0x317039) is unknown color: approx San Felix. HEX triplet: 31, 70 and 39. RGB value is (49,112,57). Sum of RGB (Red+Green+Blue) = 49+112+57=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #317039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317039 is #CE8FC6. Grayscale: #575757. Windows color (decimal): -13537223 or 3764273. OLE color: 3764273.

HSL color Cylindrical-coordinate representation of color #317039: hue angle of 127.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317039 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB4911257-
CMYK0.5600.490.56
HSL127.62º39.13%31.57%-
HSV(B)127.62º56.25%43.92%-
XYZ7.812.545.88-
YUV86.89111.13100.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=22.48%
G=51.38%
B=26.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112570.5600.490.56127.6239.1331.57
Hex3170393803138802720
Octal611607170061702004740
Binary1100011110000111001111000011000111100010000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317039; }

 p { color: rgb(49,112,57); }

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

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

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

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

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

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

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