#326E55

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

Shades of Stromboli #326E55

Tints of Stromboli #326E55

Color information

#326E55 (or 0x326E55) is unknown color: approx Stromboli. HEX triplet: 32, 6E and 55. RGB value is (50,110,85). Sum of RGB (Red+Green+Blue) = 50+110+85=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 110 - color contains mainly: green. Hex color #326E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E55 is #CD91AA. Grayscale: #595959. Windows color (decimal): -13472171 or 5598770. OLE color: 5598770.

HSL color Cylindrical-coordinate representation of color #326E55: hue angle of 155º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E55 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB5011085-
CMYK0.5500.230.57
HSL155º37.5%31.37%-
HSV(B)155º54.55%43.14%-
XYZ8.5312.4910.55-
YUV89.21125.62100.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=20.41%
G=44.90%
B=34.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110850.5500.230.5715537.531.37
Hex326E5537017399b261f
Octal6215612567027712334637
Binary110010110111010101011101110101111110011001101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326E55; }

 p { color: rgb(50,110,85); }

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

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

 a { background-color: rgb(50,110,85); }

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

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

 span { border-color: rgb(50,110,85); }

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