#376B5B

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

Shades of Stromboli #376B5B

Tints of Stromboli #376B5B

Color information

#376B5B (or 0x376B5B) is unknown color: approx Stromboli. HEX triplet: 37, 6B and 5B. RGB value is (55,107,91). Sum of RGB (Red+Green+Blue) = 55+107+91=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 107 - color contains mainly: green. Hex color #376B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B5B is #C894A4. Grayscale: #595959. Windows color (decimal): -13145253 or 5991223. OLE color: 5991223.

HSL color Cylindrical-coordinate representation of color #376B5B: hue angle of 161.54º 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 #376B5B is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB5510791-
CMYK0.4900.150.58
HSL161.54º32.1%31.76%-
HSV(B)161.54º48.6%41.96%-
XYZ8.7212.0811.77-
YUV89.63128.77103.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 107 (42.19% from 255) = 42.29%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=21.74%
G=42.29%
B=35.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107910.4900.150.58161.5432.131.76
Hex376B5B310F3Aa22020
Octal6715313361017722424040
Binary110111110101110110111100010111111101010100010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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