#326D54

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

Shades of Stromboli #326D54

Tints of Stromboli #326D54

Color information

#326D54 (or 0x326D54) is unknown color: approx Stromboli. HEX triplet: 32, 6D and 54. RGB value is (50,109,84). Sum of RGB (Red+Green+Blue) = 50+109+84=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 109 - color contains mainly: green. Hex color #326D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D54 is #CD92AB. Grayscale: #585858. Windows color (decimal): -13472428 or 5532978. OLE color: 5532978.

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

Color convert

RGB5010984-
CMYK0.5400.230.57
HSL154.58º37.11%31.18%-
HSV(B)154.58º54.13%42.75%-
XYZ8.3812.2610.31-
YUV88.51125.45100.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 109 (42.97% from 255) = 44.86%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=20.58%
G=44.86%
B=34.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109840.5400.230.57154.5837.1131.18
Hex326D5436017399b251f
Octal6215512466027712334537
Binary110010110110110101001101100101111110011001101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,84); }

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

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

 a { background-color: rgb(50,109,84); }

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

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

 span { border-color: rgb(50,109,84); }

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