#326550

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

Shades of Spectra #326550

Tints of Spectra #326550

Color information

#326550 (or 0x326550) is unknown color: approx Spectra. HEX triplet: 32, 65 and 50. RGB value is (50,101,80). Sum of RGB (Red+Green+Blue) = 50+101+80=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #326550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326550 is #CD9AAF. Grayscale: #535353. Windows color (decimal): -13474480 or 5268786. OLE color: 5268786.

HSL color Cylindrical-coordinate representation of color #326550: hue angle of 155.29º 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 #326550 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB5010180-
CMYK0.5000.210.60
HSL155.29º33.77%29.61%-
HSV(B)155.29º50.5%39.61%-
XYZ7.4210.569.24-
YUV83.36126.1104.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=21.65%
G=43.72%
B=34.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101800.5000.210.60155.2933.7729.61
Hex326550320153C9b221e
Octal6214512062025742334236
Binary110010110010110100001100100101011111001001101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326550; }

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

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

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

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

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

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

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

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