#326855

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

Shades of Spectra #326855

Tints of Spectra #326855

Color information

#326855 (or 0x326855) is unknown color: approx Spectra. HEX triplet: 32, 68 and 55. RGB value is (50,104,85). Sum of RGB (Red+Green+Blue) = 50+104+85=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #326855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326855 is #CD97AA. Grayscale: #555555. Windows color (decimal): -13473707 or 5597234. OLE color: 5597234.

HSL color Cylindrical-coordinate representation of color #326855: hue angle of 158.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326855 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB5010485-
CMYK0.5200.180.59
HSL158.89º35.06%30.2%-
HSV(B)158.89º51.92%40.78%-
XYZ7.9111.2310.35-
YUV85.69127.61102.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=20.92%
G=43.51%
B=35.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104850.5200.180.59158.8935.0630.2
Hex326855340123B9f231e
Octal6215012564022732374336
Binary110010110100010101011101000100101110111001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326855; }

 p { color: rgb(50,104,85); }

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

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

 a { background-color: rgb(50,104,85); }

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

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

 span { border-color: rgb(50,104,85); }

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