#326150

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

Shades of Spectra #326150

Tints of Spectra #326150

Color information

#326150 (or 0x326150) is unknown color: approx Spectra. HEX triplet: 32, 61 and 50. RGB value is (50,97,80). Sum of RGB (Red+Green+Blue) = 50+97+80=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #326150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326150 is #CD9EAF. Grayscale: #515151. Windows color (decimal): -13475504 or 5267762. OLE color: 5267762.

HSL color Cylindrical-coordinate representation of color #326150: hue angle of 158.3º 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 #326150 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB509780-
CMYK0.4800.180.62
HSL158.3º31.97%28.82%-
HSV(B)158.3º48.45%38.04%-
XYZ7.049.819.11-
YUV81.01127.43105.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=22.03%
G=42.73%
B=35.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097800.4800.180.62158.331.9728.82
Hex326150300123E9e201d
Octal6214112060022762364035
Binary110010110000110100001100000100101111101001111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326150; }

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

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

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

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

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

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

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

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