#326A56

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

Shades of Spectra #326A56

Tints of Spectra #326A56

Color information

#326A56 (or 0x326A56) is unknown color: approx Spectra. HEX triplet: 32, 6A and 56. RGB value is (50,106,86). Sum of RGB (Red+Green+Blue) = 50+106+86=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #326A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A56 is #CD95A9. Grayscale: #575757. Windows color (decimal): -13473194 or 5663282. OLE color: 5663282.

HSL color Cylindrical-coordinate representation of color #326A56: hue angle of 158.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A56 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB5010686-
CMYK0.5300.190.58
HSL158.57º35.9%30.59%-
HSV(B)158.57º52.83%41.57%-
XYZ8.1511.6610.62-
YUV86.98127.45101.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=20.66%
G=43.80%
B=35.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106860.5300.190.58158.5735.930.59
Hex326A56350133A9f241f
Octal6215212665023722374437
Binary110010110101010101101101010100111110101001111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,106,86); }

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

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

 a { background-color: rgb(50,106,86); }

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

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

 span { border-color: rgb(50,106,86); }

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