#326049

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

Shades of Spectra #326049

Tints of Spectra #326049

Color information

#326049 (or 0x326049) is unknown color: approx Spectra. HEX triplet: 32, 60 and 49. RGB value is (50,96,73). Sum of RGB (Red+Green+Blue) = 50+96+73=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #326049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326049 is #CD9FB6. Grayscale: #4F4F4F. Windows color (decimal): -13475767 or 4808754. OLE color: 4808754.

HSL color Cylindrical-coordinate representation of color #326049: hue angle of 150º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326049 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB509673-
CMYK0.4800.240.62
HSL150º31.51%28.63%-
HSV(B)150º47.92%37.65%-
XYZ6.79.527.79-
YUV79.62124.26106.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=22.83%
G=43.84%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096730.4800.240.6215031.5128.63
Hex326049300183E96201d
Octal6214011160030762264035
Binary110010110000010010011100000110001111101001011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326049; }

 p { color: rgb(50,96,73); }

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

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

 a { background-color: rgb(50,96,73); }

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

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

 span { border-color: rgb(50,96,73); }

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