#31723F

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

Shades of San Felix #31723F

Tints of San Felix #31723F

Color information

#31723F (or 0x31723F) is unknown color: approx San Felix. HEX triplet: 31, 72 and 3F. RGB value is (49,114,63). Sum of RGB (Red+Green+Blue) = 49+114+63=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #31723F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723F is #CE8DC0. Grayscale: #585858. Windows color (decimal): -13536705 or 4158001. OLE color: 4158001.

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

Color convert

RGB4911463-
CMYK0.5700.450.55
HSL132.92º39.88%31.96%-
HSV(B)132.92º57.02%44.71%-
XYZ8.1813.056.79-
YUV88.75113.4799.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 63 (25% from 255) = 27.88%
R=21.68%
G=50.44%
B=27.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114630.5700.450.55132.9239.8831.96
Hex31723F3902D37852820
Octal611627771055672055040
Binary1100011110010111111111001010110111011110000101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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