Html Css Color HEX #325C4F Spectra

📋 copy color: '#325C4F'

red 50 ◦ green 92 ◦ blue 79

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

Shades of Spectra #325C4F

Tints of Spectra #325C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 22.62%
G = 41.63%
B = 35.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#325C4F (or 0x325C4F) is known color: Spectra. HEX triplet: 32, 5C and 4F. RGB value is (50,92,79). Sum of RGB (Red+Green+Blue) = 50+92+79=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #325C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C4F is #CDA3B0. Grayscale: #4D4D4D. Windows color (decimal): -13476785 or 5200946. OLE color: 5200946.

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

Color convert

RGB 50 92 79 -
CMYK 0.46 0 0.14 0.64
HSL 161.43º 0.3% 0.28% -
HSV(B) 161.43º 0.46% 0.36% -
XYZ 6.55 8.9 8.77 -
YUV 77.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 50 92 79 0.46 0 0.14 0.64 161.43 0.3 0.28
Hex 32 5C 4F 2E 0 E 40 A1 1E 1C
Octal 62 134 117 56 0 16 100 241 36 34
Binary 110010 1011100 1001111 101110 0 1110 1000000 10100001 11110 11100

Color Harmonies of #325C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C4F

Black with #325C4F

Text Example


Text Example

White with #325C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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