Html Css Color HEX #325C4D Spectra

📋 copy color: '#325C4D'

red 50 ◦ green 92 ◦ blue 77

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

Shades of Spectra #325C4D

Tints of Spectra #325C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.01%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 22.83%
G = 42.01%
B = 35.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#325C4D (or 0x325C4D) is known color: Spectra. HEX triplet: 32, 5C and 4D. RGB value is (50,92,77). Sum of RGB (Red+Green+Blue) = 50+92+77=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #325C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C4D is #CDA3B2. Grayscale: #4D4D4D. Windows color (decimal): -13476787 or 5069874. OLE color: 5069874.

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

Color convert

RGB 50 92 77 -
CMYK 0.46 0 0.16 0.64
HSL 158.57º 0.3% 0.28% -
HSV(B) 158.57º 0.46% 0.36% -
XYZ 6.48 8.87 8.39 -
YUV 77.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 50 92 77 0.46 0 0.16 0.64 158.57 0.3 0.28
Hex 32 5C 4D 2E 0 10 40 9F 1E 1C
Octal 62 134 115 56 0 20 100 237 36 34
Binary 110010 1011100 1001101 101110 0 10000 1000000 10011111 11110 11100

Color Harmonies of #325C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C4D

Black with #325C4D

Text Example


Text Example

White with #325C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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