#325E4D

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

Shades of Spectra #325E4D

Tints of Spectra #325E4D

Color information

#325E4D (or 0x325E4D) is unknown color: approx Spectra. HEX triplet: 32, 5E and 4D. RGB value is (50,94,77). Sum of RGB (Red+Green+Blue) = 50+94+77=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #325E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E4D is #CDA1B2. Grayscale: #4E4E4E. Windows color (decimal): -13476275 or 5070386. OLE color: 5070386.

HSL color Cylindrical-coordinate representation of color #325E4D: hue angle of 156.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325E4D is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB509477-
CMYK0.4700.180.63
HSL156.82º30.56%28.24%-
HSV(B)156.82º46.81%36.86%-
XYZ6.669.228.45-
YUV78.91126.92107.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 94 (37.11% from 255) = 42.53%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=22.62%
G=42.53%
B=34.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094770.4700.180.63156.8230.5628.24
Hex325E4D2F0123F9d1f1c
Octal6213611557022772353734
Binary11001010111101001101101111010010111111100111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325E4D; }

 p { color: rgb(50,94,77); }

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

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

 a { background-color: rgb(50,94,77); }

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

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

 span { border-color: rgb(50,94,77); }

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