Html Css Color HEX #325D4C Spectra

📋 copy color: '#325D4C'

red 50 ◦ green 93 ◦ blue 76

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

Shades of Spectra #325D4C

Tints of Spectra #325D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 22.83%
G = 42.47%
B = 34.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#325D4C (or 0x325D4C) is known color: Spectra. HEX triplet: 32, 5D and 4C. RGB value is (50,93,76). Sum of RGB (Red+Green+Blue) = 50+93+76=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #325D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D4C is #CDA2B3. Grayscale: #4E4E4E. Windows color (decimal): -13476532 or 5004594. OLE color: 5004594.

HSL color Cylindrical-coordinate representation of color #325D4C: hue angle of 156.28º 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 #325D4C is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 93 76 -
CMYK 0.46 0 0.18 0.64
HSL 156.28º 0.3% 0.28% -
HSV(B) 156.28º 0.46% 0.36% -
XYZ 6.53 9.03 8.24 -
YUV 78.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 50 93 76 0.46 0 0.18 0.64 156.28 0.3 0.28
Hex 32 5D 4C 2E 0 12 40 9C 1E 1C
Octal 62 135 114 56 0 22 100 234 36 34
Binary 110010 1011101 1001100 101110 0 10010 1000000 10011100 11110 11100

Color Harmonies of #325D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D4C

Black with #325D4C

Text Example


Text Example

White with #325D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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