Html Css Color HEX #326352 Spectra

📋 copy color: '#326352'

red 50 ◦ green 99 ◦ blue 82

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

Shades of Spectra #326352

Tints of Spectra #326352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 82 (32.42% from 255) = 35.5%

R = 21.65%
G = 42.86%
B = 35.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#326352 (or 0x326352) is known color: Spectra. HEX triplet: 32, 63 and 52. RGB value is (50,99,82). Sum of RGB (Red+Green+Blue) = 50+99+82=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #326352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326352 is #CD9CAD. Grayscale: #525252. Windows color (decimal): -13474990 or 5399346. OLE color: 5399346.

HSL color Cylindrical-coordinate representation of color #326352: hue angle of 159.18º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326352 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 99 82 -
CMYK 0.49 0 0.17 0.61
HSL 159.18º 0.33% 0.29% -
HSV(B) 159.18º 0.49% 0.39% -
XYZ 7.3 10.21 9.57 -
YUV 82.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 50 99 82 0.49 0 0.17 0.61 159.18 0.33 0.29
Hex 32 63 52 31 0 11 3D 9F 21 1D
Octal 62 143 122 61 0 21 75 237 41 35
Binary 110010 1100011 1010010 110001 0 10001 111101 10011111 100001 11101

Color Harmonies of #326352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326352

Black with #326352

Text Example


Text Example

White with #326352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326352; }

 p { color: rgb(50,99,82); }

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

background-color css

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

 a { background-color: rgb(50,99,82); }

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

border-color css

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

 span { border-color: rgb(50,99,82); }

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