#326F59

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

Shades of Stromboli #326F59

Tints of Stromboli #326F59

Color information

#326F59 (or 0x326F59) is unknown color: approx Stromboli. HEX triplet: 32, 6F and 59. RGB value is (50,111,89). Sum of RGB (Red+Green+Blue) = 50+111+89=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #326F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F59 is #CD90A6. Grayscale: #5A5A5A. Windows color (decimal): -13471911 or 5861170. OLE color: 5861170.

HSL color Cylindrical-coordinate representation of color #326F59: hue angle of 158.36º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F59 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB5011189-
CMYK0.5500.200.56
HSL158.36º37.89%31.57%-
HSV(B)158.36º54.95%43.53%-
XYZ8.812.7711.45-
YUV90.25127.2999.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=20%
G=44.4%
B=35.6%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111890.5500.200.56158.3637.8931.57
Hex326F5937014389e2620
Octal6215713167024702364640
Binary1100101101111101100111011101010011100010011110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,111,89); }

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

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

 a { background-color: rgb(50,111,89); }

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

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

 span { border-color: rgb(50,111,89); }

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