#376B53

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

Shades of Stromboli #376B53

Tints of Stromboli #376B53

Color information

#376B53 (or 0x376B53) is unknown color: approx Stromboli. HEX triplet: 37, 6B and 53. RGB value is (55,107,83). Sum of RGB (Red+Green+Blue) = 55+107+83=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #376B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B53 is #C894AC. Grayscale: #585858. Windows color (decimal): -13145261 or 5466935. OLE color: 5466935.

HSL color Cylindrical-coordinate representation of color #376B53: hue angle of 152.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B53 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB5510783-
CMYK0.4900.220.58
HSL152.31º32.1%31.76%-
HSV(B)152.31º48.6%41.96%-
XYZ8.3911.9510.05-
YUV88.72124.77103.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=22.45%
G=43.67%
B=33.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107830.4900.220.58152.3132.131.76
Hex376B53310163A982020
Octal6715312361026722304040
Binary1101111101011101001111000101011011101010011000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376B53; }

 p { color: rgb(55,107,83); }

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

<style>
 a { background-color: #376B53; }

 a { background-color: rgb(55,107,83); }

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

<style>
 span { border-color: #376B53; }

 span { border-color: rgb(55,107,83); }

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