#31723C

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

Shades of San Felix #31723C

Tints of San Felix #31723C

Color information

#31723C (or 0x31723C) is unknown color: approx San Felix. HEX triplet: 31, 72 and 3C. RGB value is (49,114,60). Sum of RGB (Red+Green+Blue) = 49+114+60=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #31723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723C is #CE8DC3. Grayscale: #585858. Windows color (decimal): -13536708 or 3961393. OLE color: 3961393.

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

Color convert

RGB4911460-
CMYK0.5700.470.55
HSL130.15º39.88%31.96%-
HSV(B)130.15º57.02%44.71%-
XYZ8.113.016.36-
YUV88.41111.9799.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=21.97%
G=51.12%
B=26.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114600.5700.470.55130.1539.8831.96
Hex31723C3902F37822820
Octal611627471057672025040
Binary1100011110010111100111001010111111011110000010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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