#326751

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

Shades of Spectra #326751

Tints of Spectra #326751

Color information

#326751 (or 0x326751) is unknown color: approx Spectra. HEX triplet: 32, 67 and 51. RGB value is (50,103,81). Sum of RGB (Red+Green+Blue) = 50+103+81=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #326751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326751 is #CD98AE. Grayscale: #545454. Windows color (decimal): -13473967 or 5334834. OLE color: 5334834.

HSL color Cylindrical-coordinate representation of color #326751: hue angle of 155.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326751 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB5010381-
CMYK0.5100.210.60
HSL155.09º34.64%30%-
HSV(B)155.09º51.46%40.39%-
XYZ7.6510.979.5-
YUV84.64125.94103.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=21.37%
G=44.02%
B=34.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103810.5100.210.60155.0934.6430
Hex326751330153C9b231e
Octal6214712163025742334336
Binary110010110011110100011100110101011111001001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326751; }

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

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

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

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

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

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

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

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