#31725B

Color #31725B Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #31725B

Tints of Stromboli #31725B

Color information

#31725B (or 0x31725B) is unknown color: approx Stromboli. HEX triplet: 31, 72 and 5B. RGB value is (49,114,91). Sum of RGB (Red+Green+Blue) = 49+114+91=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #31725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31725B is #CE8DA4. Grayscale: #5B5B5B. Windows color (decimal): -13536677 or 5993009. OLE color: 5993009.

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

Color convert

RGB4911491-
CMYK0.5700.200.55
HSL158.77º39.88%31.96%-
HSV(B)158.77º57.02%44.71%-
XYZ9.1713.4412.01-
YUV91.94127.4797.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=19.29%
G=44.88%
B=35.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114910.5700.200.55158.7739.8831.96
Hex31725B39014379f2820
Octal6116213371024672375040
Binary1100011110010101101111100101010011011110011111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31725B; }

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

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

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

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

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

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

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

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