#326556

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

Shades of Spectra #326556

Tints of Spectra #326556

Color information

#326556 (or 0x326556) is unknown color: approx Spectra. HEX triplet: 32, 65 and 56. RGB value is (50,101,86). Sum of RGB (Red+Green+Blue) = 50+101+86=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #326556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326556 is #CD9AA9. Grayscale: #545454. Windows color (decimal): -13474474 or 5662002. OLE color: 5662002.

HSL color Cylindrical-coordinate representation of color #326556: hue angle of 162.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326556 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB5010186-
CMYK0.5000.150.60
HSL162.35º33.77%29.61%-
HSV(B)162.35º50.5%39.61%-
XYZ7.6510.6610.46-
YUV84.04129.1103.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=21.10%
G=42.62%
B=36.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101860.5000.150.60162.3533.7729.61
Hex326556320F3Ca2221e
Octal6214512662017742424236
Binary11001011001011010110110010011111111001010001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326556; }

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

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

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

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

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

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

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

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