#326852

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

Shades of Spectra #326852

Tints of Spectra #326852

Color information

#326852 (or 0x326852) is unknown color: approx Spectra. HEX triplet: 32, 68 and 52. RGB value is (50,104,82). Sum of RGB (Red+Green+Blue) = 50+104+82=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #326852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326852 is #CD97AD. Grayscale: #555555. Windows color (decimal): -13473710 or 5400626. OLE color: 5400626.

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

Color convert

RGB5010482-
CMYK0.5200.210.59
HSL155.56º35.06%30.2%-
HSV(B)155.56º51.92%40.78%-
XYZ7.7911.199.73-
YUV85.35126.11102.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=21.19%
G=44.07%
B=34.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104820.5200.210.59155.5635.0630.2
Hex326852340153B9c231e
Octal6215012264025732344336
Binary110010110100010100101101000101011110111001110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326852; }

 p { color: rgb(50,104,82); }

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

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

 a { background-color: rgb(50,104,82); }

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

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

 span { border-color: rgb(50,104,82); }

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