Html Css Color HEX #325D4A Spectra

📋 copy color: '#325D4A'

red 50 ◦ green 93 ◦ blue 74

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

Shades of Spectra #325D4A

Tints of Spectra #325D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 23.04%
G = 42.86%
B = 34.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#325D4A (or 0x325D4A) is known color: Spectra. HEX triplet: 32, 5D and 4A. RGB value is (50,93,74). Sum of RGB (Red+Green+Blue) = 50+93+74=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #325D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D4A is #CDA2B5. Grayscale: #4E4E4E. Windows color (decimal): -13476534 or 4873522. OLE color: 4873522.

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

Color convert

RGB 50 93 74 -
CMYK 0.46 0 0.20 0.64
HSL 153.49º 0.3% 0.28% -
HSV(B) 153.49º 0.46% 0.36% -
XYZ 6.47 9 7.88 -
YUV 77.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 50 93 74 0.46 0 0.20 0.64 153.49 0.3 0.28
Hex 32 5D 4A 2E 0 14 40 99 1E 1C
Octal 62 135 112 56 0 24 100 231 36 34
Binary 110010 1011101 1001010 101110 0 10100 1000000 10011001 11110 11100

Color Harmonies of #325D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D4A

Black with #325D4A

Text Example


Text Example

White with #325D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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