#317240

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

Shades of San Felix #317240

Tints of San Felix #317240

Color information

#317240 (or 0x317240) is unknown color: approx San Felix. HEX triplet: 31, 72 and 40. RGB value is (49,114,64). Sum of RGB (Red+Green+Blue) = 49+114+64=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #317240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317240 is #CE8DBF. Grayscale: #595959. Windows color (decimal): -13536704 or 4223537. OLE color: 4223537.

HSL color Cylindrical-coordinate representation of color #317240: hue angle of 133.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317240 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB4911464-
CMYK0.5700.440.55
HSL133.85º39.88%31.96%-
HSV(B)133.85º57.02%44.71%-
XYZ8.2113.066.94-
YUV88.86113.9799.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=21.59%
G=50.22%
B=28.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114640.5700.440.55133.8539.8831.96
Hex3172403902C37862820
Octal6116210071054672065040
Binary11000111100101000000111001010110011011110000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317240; }

 p { color: rgb(49,114,64); }

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

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

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

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

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

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

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