#37745F

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

Shades of Stromboli #37745F

Tints of Stromboli #37745F

Color information

#37745F (or 0x37745F) is unknown color: approx Stromboli. HEX triplet: 37, 74 and 5F. RGB value is (55,116,95). Sum of RGB (Red+Green+Blue) = 55+116+95=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #37745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37745F is #C88BA0. Grayscale: #5F5F5F. Windows color (decimal): -13142945 or 6255671. OLE color: 6255671.

HSL color Cylindrical-coordinate representation of color #37745F: hue angle of 159.34º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37745F is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5511695-
CMYK0.5300.180.55
HSL159.34º35.67%33.53%-
HSV(B)159.34º52.59%45.49%-
XYZ9.8914.1313.03-
YUV95.37127.7999.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=20.68%
G=43.61%
B=35.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116950.5300.180.55159.3435.6733.53
Hex37745F35012379f2422
Octal6716413765022672374442
Binary1101111110100101111111010101001011011110011111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,116,95); }

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

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

 a { background-color: rgb(55,116,95); }

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

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

 span { border-color: rgb(55,116,95); }

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