Html Css Color HEX #326252 Spectra

📋 copy color: '#326252'

red 50 ◦ green 98 ◦ blue 82

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

Shades of Spectra #326252

Tints of Spectra #326252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

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

R = 21.74%
G = 42.61%
B = 35.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#326252 (or 0x326252) is known color: Spectra. HEX triplet: 32, 62 and 52. RGB value is (50,98,82). Sum of RGB (Red+Green+Blue) = 50+98+82=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #326252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326252 is #CD9DAD. Grayscale: #515151. Windows color (decimal): -13475246 or 5399090. OLE color: 5399090.

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

Color convert

RGB 50 98 82 -
CMYK 0.49 0 0.16 0.62
HSL 160º 0.32% 0.29% -
HSV(B) 160º 0.49% 0.38% -
XYZ 7.21 10.02 9.54 -
YUV 81.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 50 98 82 0.49 0 0.16 0.62 160 0.32 0.29
Hex 32 62 52 31 0 10 3E A0 20 1D
Octal 62 142 122 61 0 20 76 240 40 35
Binary 110010 1100010 1010010 110001 0 10000 111110 10100000 100000 11101

Color Harmonies of #326252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326252

Black with #326252

Text Example


Text Example

White with #326252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326252; }

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

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

background-color css

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

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

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

border-color css

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

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

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