#326850

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

Shades of Spectra #326850

Tints of Spectra #326850

Color information

#326850 (or 0x326850) is unknown color: approx Spectra. HEX triplet: 32, 68 and 50. RGB value is (50,104,80). Sum of RGB (Red+Green+Blue) = 50+104+80=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #326850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326850 is #CD97AF. Grayscale: #555555. Windows color (decimal): -13473712 or 5269554. OLE color: 5269554.

HSL color Cylindrical-coordinate representation of color #326850: hue angle of 153.33º 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 #326850 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB5010480-
CMYK0.5200.230.59
HSL153.33º35.06%30.2%-
HSV(B)153.33º51.92%40.78%-
XYZ7.7111.169.34-
YUV85.12125.11102.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=21.37%
G=44.44%
B=34.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104800.5200.230.59153.3335.0630.2
Hex326850340173B99231e
Octal6215012064027732314336
Binary110010110100010100001101000101111110111001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326850; }

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

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

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

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

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

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

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

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