#376358

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

Shades of Stromboli #376358

Tints of Stromboli #376358

Color information

#376358 (or 0x376358) is unknown color: approx Stromboli. HEX triplet: 37, 63 and 58. RGB value is (55,99,88). Sum of RGB (Red+Green+Blue) = 55+99+88=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #376358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376358 is #C89CA7. Grayscale: #545454. Windows color (decimal): -13147304 or 5792567. OLE color: 5792567.

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

Color convert

RGB559988-
CMYK0.4400.110.61
HSL165º28.57%30.2%-
HSV(B)165º44.44%38.82%-
XYZ7.810.4410.84-
YUV84.59129.92106.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 99 (39.06% from 255) = 40.91%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=22.73%
G=40.91%
B=36.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5599880.4400.110.6116528.5730.2
Hex3763582C0B3Da51d1e
Octal6714313054013752453536
Binary1101111100011101100010110001011111101101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376358; }

 p { color: rgb(55,99,88); }

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

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

 a { background-color: rgb(55,99,88); }

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

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

 span { border-color: rgb(55,99,88); }

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