Html Css Color HEX #326550 Spectra

📋 copy color: '#326550'

red 50 ◦ green 101 ◦ blue 80

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

Shades of Spectra #326550

Tints of Spectra #326550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 21.65%
G = 43.72%
B = 34.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#326550 (or 0x326550) is known color: Spectra. HEX triplet: 32, 65 and 50. RGB value is (50,101,80). Sum of RGB (Red+Green+Blue) = 50+101+80=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #326550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326550 is #CD9AAF. Grayscale: #535353. Windows color (decimal): -13474480 or 5268786. OLE color: 5268786.

HSL color Cylindrical-coordinate representation of color #326550: hue angle of 155.29º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326550 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 101 80 -
CMYK 0.50 0 0.21 0.60
HSL 155.29º 0.34% 0.3% -
HSV(B) 155.29º 0.5% 0.4% -
XYZ 7.42 10.56 9.24 -
YUV 83.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 50 101 80 0.50 0 0.21 0.60 155.29 0.34 0.3
Hex 32 65 50 32 0 15 3C 9B 22 1E
Octal 62 145 120 62 0 25 74 233 42 36
Binary 110010 1100101 1010000 110010 0 10101 111100 10011011 100010 11110

Color Harmonies of #326550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326550

Black with #326550

Text Example


Text Example

White with #326550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326550; }

 p { color: rgb(50,101,80); }

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

background-color css

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

 a { background-color: rgb(50,101,80); }

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

border-color css

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

 span { border-color: rgb(50,101,80); }

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