Html Css Color HEX #325947 Spectra

📋 copy color: '#325947'

red 50 ◦ green 89 ◦ blue 71

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

Shades of Spectra #325947

Tints of Spectra #325947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.38%

 BLUE value IS 71 (28.13% from 255) = 33.81%

R = 23.81%
G = 42.38%
B = 33.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#325947 (or 0x325947) is known color: Spectra. HEX triplet: 32, 59 and 47. RGB value is (50,89,71). Sum of RGB (Red+Green+Blue) = 50+89+71=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #325947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325947 is #CDA6B8. Grayscale: #4B4B4B. Windows color (decimal): -13477561 or 4675890. OLE color: 4675890.

HSL color Cylindrical-coordinate representation of color #325947: hue angle of 152.31º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325947 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 71 -
CMYK 0.44 0 0.20 0.65
HSL 152.31º 0.28% 0.27% -
HSV(B) 152.31º 0.44% 0.35% -
XYZ 6.03 8.28 7.24 -
YUV 75.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 50 89 71 0.44 0 0.20 0.65 152.31 0.28 0.27
Hex 32 59 47 2C 0 14 41 98 1C 1B
Octal 62 131 107 54 0 24 101 230 34 33
Binary 110010 1011001 1000111 101100 0 10100 1000001 10011000 11100 11011

Color Harmonies of #325947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325947

Black with #325947

Text Example


Text Example

White with #325947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325947; }

 p { color: rgb(50,89,71); }

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

background-color css

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

 a { background-color: rgb(50,89,71); }

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

border-color css

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

 span { border-color: rgb(50,89,71); }

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