Html Css Color HEX #326049 Spectra

📋 copy color: '#326049'

red 50 ◦ green 96 ◦ blue 73

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

Shades of Spectra #326049

Tints of Spectra #326049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 22.83%
G = 43.84%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#326049 (or 0x326049) is known color: Spectra. HEX triplet: 32, 60 and 49. RGB value is (50,96,73). Sum of RGB (Red+Green+Blue) = 50+96+73=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #326049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326049 is #CD9FB6. Grayscale: #4F4F4F. Windows color (decimal): -13475767 or 4808754. OLE color: 4808754.

HSL color Cylindrical-coordinate representation of color #326049: hue angle of 150º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326049 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 96 73 -
CMYK 0.48 0 0.24 0.62
HSL 150º 0.32% 0.29% -
HSV(B) 150º 0.48% 0.38% -
XYZ 6.7 9.52 7.79 -
YUV 79.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 50 96 73 0.48 0 0.24 0.62 150 0.32 0.29
Hex 32 60 49 30 0 18 3E 96 20 1D
Octal 62 140 111 60 0 30 76 226 40 35
Binary 110010 1100000 1001001 110000 0 11000 111110 10010110 100000 11101

Color Harmonies of #326049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326049

Black with #326049

Text Example


Text Example

White with #326049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326049; }

 p { color: rgb(50,96,73); }

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

background-color css

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

 a { background-color: rgb(50,96,73); }

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

border-color css

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

 span { border-color: rgb(50,96,73); }

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