#376E5F

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

Shades of Stromboli #376E5F

Tints of Stromboli #376E5F

Color information

#376E5F (or 0x376E5F) is unknown color: approx Stromboli. HEX triplet: 37, 6E and 5F. RGB value is (55,110,95). Sum of RGB (Red+Green+Blue) = 55+110+95=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #376E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E5F is #C891A0. Grayscale: #5B5B5B. Windows color (decimal): -13144481 or 6254135. OLE color: 6254135.

HSL color Cylindrical-coordinate representation of color #376E5F: hue angle of 163.64º 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 #376E5F is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB5511095-
CMYK0.500.140.57
HSL163.64º33.33%32.35%-
HSV(B)163.64º50%43.14%-
XYZ9.2212.7912.81-
YUV91.84129.78101.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=21.15%
G=42.31%
B=36.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110950.500.140.57163.6433.3332.35
Hex376E5F320E39a42120
Octal6715613762016712444140
Binary110111110111010111111100100111011100110100100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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