#326551

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

Shades of Spectra #326551

Tints of Spectra #326551

Color information

#326551 (or 0x326551) is unknown color: approx Spectra. HEX triplet: 32, 65 and 51. RGB value is (50,101,81). Sum of RGB (Red+Green+Blue) = 50+101+81=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #326551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326551 is #CD9AAE. Grayscale: #535353. Windows color (decimal): -13474479 or 5334322. OLE color: 5334322.

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

Color convert

RGB5010181-
CMYK0.5000.200.60
HSL156.47º33.77%29.61%-
HSV(B)156.47º50.5%39.61%-
XYZ7.4510.589.43-
YUV83.47126.6104.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=21.55%
G=43.53%
B=34.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101810.5000.200.60156.4733.7729.61
Hex326551320143C9c221e
Octal6214512162024742344236
Binary110010110010110100011100100101001111001001110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326551; }

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

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

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

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

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

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

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

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