#326957

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

Shades of Spectra #326957

Tints of Spectra #326957

Color information

#326957 (or 0x326957) is unknown color: approx Spectra. HEX triplet: 32, 69 and 57. RGB value is (50,105,87). Sum of RGB (Red+Green+Blue) = 50+105+87=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #326957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326957 is #CD96A8. Grayscale: #565656. Windows color (decimal): -13473449 or 5728562. OLE color: 5728562.

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

Color convert

RGB5010587-
CMYK0.5200.170.59
HSL160.36º35.48%30.39%-
HSV(B)160.36º52.38%41.18%-
XYZ8.0911.4710.8-
YUV86.5128.28101.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=20.66%
G=43.39%
B=35.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105870.5200.170.59160.3635.4830.39
Hex326957340113Ba0231e
Octal6215112764021732404336
Binary110010110100110101111101000100011110111010000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326957; }

 p { color: rgb(50,105,87); }

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

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

 a { background-color: rgb(50,105,87); }

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

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

 span { border-color: rgb(50,105,87); }

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