#376C5C

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

Shades of Stromboli #376C5C

Tints of Stromboli #376C5C

Color information

#376C5C (or 0x376C5C) is unknown color: approx Stromboli. HEX triplet: 37, 6C and 5C. RGB value is (55,108,92). Sum of RGB (Red+Green+Blue) = 55+108+92=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #376C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C5C is #C893A3. Grayscale: #5A5A5A. Windows color (decimal): -13144996 or 6057015. OLE color: 6057015.

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

Color convert

RGB5510892-
CMYK0.4900.150.58
HSL161.89º32.52%31.96%-
HSV(B)161.89º49.07%42.35%-
XYZ8.8712.3112.03-
YUV90.33128.94102.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=21.57%
G=42.35%
B=36.08%

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
Decimal55108920.4900.150.58161.8932.5231.96
Hex376C5C310F3Aa22120
Octal6715413461017722424140
Binary110111110110010111001100010111111101010100010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,92); }

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

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

 a { background-color: rgb(55,108,92); }

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

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

 span { border-color: rgb(55,108,92); }

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