#376E5D

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

Shades of Stromboli #376E5D

Tints of Stromboli #376E5D

Color information

#376E5D (or 0x376E5D) is unknown color: approx Stromboli. HEX triplet: 37, 6E and 5D. RGB value is (55,110,93). Sum of RGB (Red+Green+Blue) = 55+110+93=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #376E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E5D is #C891A2. Grayscale: #5B5B5B. Windows color (decimal): -13144483 or 6123063. OLE color: 6123063.

HSL color Cylindrical-coordinate representation of color #376E5D: hue angle of 161.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376E5D is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB5511093-
CMYK0.500.150.57
HSL161.45º33.33%32.35%-
HSV(B)161.45º50%43.14%-
XYZ9.1312.7512.34-
YUV91.62128.78101.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=21.32%
G=42.64%
B=36.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110930.500.150.57161.4533.3332.35
Hex376E5D320F39a12120
Octal6715613562017712414140
Binary110111110111010111011100100111111100110100001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,110,93); }

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

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

 a { background-color: rgb(55,110,93); }

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

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

 span { border-color: rgb(55,110,93); }

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