Html Css Color HEX #325E4A Spectra

📋 copy color: '#325E4A'

red 50 ◦ green 94 ◦ blue 74

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

Shades of Spectra #325E4A

Tints of Spectra #325E4A

RGB

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

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

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

R = 22.94%
G = 43.12%
B = 33.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#325E4A (or 0x325E4A) is known color: Spectra. HEX triplet: 32, 5E and 4A. RGB value is (50,94,74). Sum of RGB (Red+Green+Blue) = 50+94+74=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #325E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E4A is #CDA1B5. Grayscale: #4E4E4E. Windows color (decimal): -13476278 or 4873778. OLE color: 4873778.

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

Color convert

RGB 50 94 74 -
CMYK 0.47 0 0.21 0.63
HSL 152.73º 0.31% 0.28% -
HSV(B) 152.73º 0.47% 0.37% -
XYZ 6.55 9.18 7.9 -
YUV 78.56 125.42 107.63 -
System Red Green Blue C M Y K H S L
Decimal 50 94 74 0.47 0 0.21 0.63 152.73 0.31 0.28
Hex 32 5E 4A 2F 0 15 3F 99 1F 1C
Octal 62 136 112 57 0 25 77 231 37 34
Binary 110010 1011110 1001010 101111 0 10101 111111 10011001 11111 11100

Color Harmonies of #325E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E4A

Black with #325E4A

Text Example


Text Example

White with #325E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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