#376455

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

Shades of Stromboli #376455

Tints of Stromboli #376455

Color information

#376455 (or 0x376455) is unknown color: approx Stromboli. HEX triplet: 37, 64 and 55. RGB value is (55,100,85). Sum of RGB (Red+Green+Blue) = 55+100+85=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #376455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376455 is #C89BAA. Grayscale: #545454. Windows color (decimal): -13147051 or 5596215. OLE color: 5596215.

HSL color Cylindrical-coordinate representation of color #376455: hue angle of 160º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #376455 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB5510085-
CMYK0.4500.150.61
HSL160º29.03%30.39%-
HSV(B)160º45%39.22%-
XYZ7.7710.5810.23-
YUV84.84128.09106.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=22.92%
G=41.67%
B=35.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55100850.4500.150.6116029.0330.39
Hex3764552D0F3Da01d1e
Octal6714412555017752403536
Binary1101111100100101010110110101111111101101000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376455; }

 p { color: rgb(55,100,85); }

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

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

 a { background-color: rgb(55,100,85); }

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

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

 span { border-color: rgb(55,100,85); }

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