Html Css Color HEX #325D49 Spectra

📋 copy color: '#325D49'

red 50 ◦ green 93 ◦ blue 73

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

Shades of Spectra #325D49

Tints of Spectra #325D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

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

R = 23.15%
G = 43.06%
B = 33.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#325D49 (or 0x325D49) is known color: Spectra. HEX triplet: 32, 5D and 49. RGB value is (50,93,73). Sum of RGB (Red+Green+Blue) = 50+93+73=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #325D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D49 is #CDA2B6. Grayscale: #4D4D4D. Windows color (decimal): -13476535 or 4807986. OLE color: 4807986.

HSL color Cylindrical-coordinate representation of color #325D49: hue angle of 152.09º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D49 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 73 -
CMYK 0.46 0 0.22 0.64
HSL 152.09º 0.3% 0.28% -
HSV(B) 152.09º 0.46% 0.36% -
XYZ 6.43 8.99 7.7 -
YUV 77.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 50 93 73 0.46 0 0.22 0.64 152.09 0.3 0.28
Hex 32 5D 49 2E 0 16 40 98 1E 1C
Octal 62 135 111 56 0 26 100 230 36 34
Binary 110010 1011101 1001001 101110 0 10110 1000000 10011000 11110 11100

Color Harmonies of #325D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D49

Black with #325D49

Text Example


Text Example

White with #325D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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