#326354

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

Shades of Spectra #326354

Tints of Spectra #326354

Color information

#326354 (or 0x326354) is unknown color: approx Spectra. HEX triplet: 32, 63 and 54. RGB value is (50,99,84). Sum of RGB (Red+Green+Blue) = 50+99+84=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 84 (33.20% from 255 or 36.05% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #326354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326354 is #CD9CAB. Grayscale: #525252. Windows color (decimal): -13474988 or 5530418. OLE color: 5530418.

HSL color Cylindrical-coordinate representation of color #326354: hue angle of 161.63º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326354 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB509984-
CMYK0.4900.150.61
HSL161.63º32.89%29.22%-
HSV(B)161.63º49.49%38.82%-
XYZ7.3810.249.98-
YUV82.64128.77104.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 84 (33.20% from 255) = 36.05%
R=21.46%
G=42.49%
B=36.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099840.4900.150.61161.6332.8929.22
Hex326354310F3Da2211d
Octal6214312461017752424135
Binary11001011000111010100110001011111111011010001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326354; }

 p { color: rgb(50,99,84); }

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

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

 a { background-color: rgb(50,99,84); }

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

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

 span { border-color: rgb(50,99,84); }

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