#31725A

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

Shades of Stromboli #31725A

Tints of Stromboli #31725A

Color information

#31725A (or 0x31725A) is unknown color: approx Stromboli. HEX triplet: 31, 72 and 5A. RGB value is (49,114,90). Sum of RGB (Red+Green+Blue) = 49+114+90=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #31725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31725A is #CE8DA5. Grayscale: #5B5B5B. Windows color (decimal): -13536678 or 5927473. OLE color: 5927473.

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

Color convert

RGB4911490-
CMYK0.5700.210.55
HSL157.85º39.88%31.96%-
HSV(B)157.85º57.02%44.71%-
XYZ9.1313.4311.78-
YUV91.83126.9797.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=19.37%
G=45.06%
B=35.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114900.5700.210.55157.8539.8831.96
Hex31725A39015379e2820
Octal6116213271025672365040
Binary1100011110010101101011100101010111011110011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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