Html Css Color HEX #326A56 Spectra

📋 copy color: '#326A56'

red 50 ◦ green 106 ◦ blue 86

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

Shades of Spectra #326A56

Tints of Spectra #326A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 43.8%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 20.66%
G = 43.8%
B = 35.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#326A56 (or 0x326A56) is known color: Spectra. HEX triplet: 32, 6A and 56. RGB value is (50,106,86). Sum of RGB (Red+Green+Blue) = 50+106+86=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 106 - color contains mainly: green. Hex color #326A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A56 is #CD95A9. Grayscale: #575757. Windows color (decimal): -13473194 or 5663282. OLE color: 5663282.

HSL color Cylindrical-coordinate representation of color #326A56: hue angle of 158.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A56 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 106 86 -
CMYK 0.53 0 0.19 0.58
HSL 158.57º 0.36% 0.31% -
HSV(B) 158.57º 0.53% 0.42% -
XYZ 8.15 11.66 10.62 -
YUV 86.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 50 106 86 0.53 0 0.19 0.58 158.57 0.36 0.31
Hex 32 6A 56 35 0 13 3A 9F 24 1F
Octal 62 152 126 65 0 23 72 237 44 37
Binary 110010 1101010 1010110 110101 0 10011 111010 10011111 100100 11111

Color Harmonies of #326A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A56

Black with #326A56

Text Example


Text Example

White with #326A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326A56; }

 p { color: rgb(50,106,86); }

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

background-color css

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

 a { background-color: rgb(50,106,86); }

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

border-color css

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

 span { border-color: rgb(50,106,86); }

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