Html Css Color HEX #325E4D Spectra

📋 copy color: '#325E4D'

red 50 ◦ green 94 ◦ blue 77

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

Shades of Spectra #325E4D

Tints of Spectra #325E4D

RGB

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

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

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

R = 22.62%
G = 42.53%
B = 34.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#325E4D (or 0x325E4D) is known color: Spectra. HEX triplet: 32, 5E and 4D. RGB value is (50,94,77). Sum of RGB (Red+Green+Blue) = 50+94+77=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 94 - color contains mainly: green. Hex color #325E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E4D is #CDA1B2. Grayscale: #4E4E4E. Windows color (decimal): -13476275 or 5070386. OLE color: 5070386.

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

Color convert

RGB 50 94 77 -
CMYK 0.47 0 0.18 0.63
HSL 156.82º 0.31% 0.28% -
HSV(B) 156.82º 0.47% 0.37% -
XYZ 6.66 9.22 8.45 -
YUV 78.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 50 94 77 0.47 0 0.18 0.63 156.82 0.31 0.28
Hex 32 5E 4D 2F 0 12 3F 9D 1F 1C
Octal 62 136 115 57 0 22 77 235 37 34
Binary 110010 1011110 1001101 101111 0 10010 111111 10011101 11111 11100

Color Harmonies of #325E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E4D

Black with #325E4D

Text Example


Text Example

White with #325E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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