#326151

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

Shades of Spectra #326151

Tints of Spectra #326151

Color information

#326151 (or 0x326151) is unknown color: approx Spectra. HEX triplet: 32, 61 and 51. RGB value is (50,97,81). Sum of RGB (Red+Green+Blue) = 50+97+81=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #326151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326151 is #CD9EAE. Grayscale: #515151. Windows color (decimal): -13475503 or 5333298. OLE color: 5333298.

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

Color convert

RGB509781-
CMYK0.4800.160.62
HSL159.57º31.97%28.82%-
HSV(B)159.57º48.45%38.04%-
XYZ7.089.829.31-
YUV81.12127.93105.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=21.93%
G=42.54%
B=35.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097810.4800.160.62159.5731.9728.82
Hex326151300103Ea0201d
Octal6214112160020762404035
Binary110010110000110100011100000100001111101010000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326151; }

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

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

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

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

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

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

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

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