Html Css Color HEX #325E49 Spectra

📋 copy color: '#325E49'

red 50 ◦ green 94 ◦ blue 73

#325E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #325E49

Tints of Spectra #325E49

RGB

 RED value IS 50 (19.92% from 255) = 23.04%

 GREEN value IS 94 (37.11% from 255) = 43.32%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 23.04%
G = 43.32%
B = 33.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#325E49 (or 0x325E49) is known color: Spectra. HEX triplet: 32, 5E and 49. RGB value is (50,94,73). Sum of RGB (Red+Green+Blue) = 50+94+73=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 94 - color contains mainly: green. Hex color #325E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E49 is #CDA1B6. Grayscale: #4E4E4E. Windows color (decimal): -13476279 or 4808242. OLE color: 4808242.

HSL color Cylindrical-coordinate representation of color #325E49: hue angle of 151.36º 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 #325E49 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 94 73 -
CMYK 0.47 0 0.22 0.63
HSL 151.36º 0.31% 0.28% -
HSV(B) 151.36º 0.47% 0.37% -
XYZ 6.52 9.16 7.73 -
YUV 78.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 50 94 73 0.47 0 0.22 0.63 151.36 0.31 0.28
Hex 32 5E 49 2F 0 16 3F 97 1F 1C
Octal 62 136 111 57 0 26 77 227 37 34
Binary 110010 1011110 1001001 101111 0 10110 111111 10010111 11111 11100

Color Harmonies of #325E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E49

Black with #325E49

Text Example


Text Example

White with #325E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #325E49;
 }
 .AnyTagClassName
 {
   color: #325E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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