#31723E

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

Shades of San Felix #31723E

Tints of San Felix #31723E

Color information

#31723E (or 0x31723E) is unknown color: approx San Felix. HEX triplet: 31, 72 and 3E. RGB value is (49,114,62). Sum of RGB (Red+Green+Blue) = 49+114+62=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #31723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723E is #CE8DC1. Grayscale: #585858. Windows color (decimal): -13536706 or 4092465. OLE color: 4092465.

HSL color Cylindrical-coordinate representation of color #31723E: hue angle of 132º 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 #31723E is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB4911462-
CMYK0.5700.460.55
HSL132º39.88%31.96%-
HSV(B)132º57.02%44.71%-
XYZ8.1513.046.64-
YUV88.64112.9799.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 114 (44.92% from 255) = 50.67%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=21.78%
G=50.67%
B=27.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114620.5700.460.5513239.8831.96
Hex31723E3902E37842820
Octal611627671056672045040
Binary1100011110010111110111001010111011011110000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31723E; }

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

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

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

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

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

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

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

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