Html Css Color HEX #326752 Spectra

📋 copy color: '#326752'

red 50 ◦ green 103 ◦ blue 82

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

Shades of Spectra #326752

Tints of Spectra #326752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

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

R = 21.28%
G = 43.83%
B = 34.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#326752 (or 0x326752) is known color: Spectra. HEX triplet: 32, 67 and 52. RGB value is (50,103,82). Sum of RGB (Red+Green+Blue) = 50+103+82=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #326752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326752 is #CD98AD. Grayscale: #545454. Windows color (decimal): -13473966 or 5400370. OLE color: 5400370.

HSL color Cylindrical-coordinate representation of color #326752: hue angle of 156.23º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326752 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 103 82 -
CMYK 0.51 0 0.20 0.60
HSL 156.23º 0.35% 0.3% -
HSV(B) 156.23º 0.51% 0.4% -
XYZ 7.69 10.99 9.7 -
YUV 84.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 50 103 82 0.51 0 0.20 0.60 156.23 0.35 0.3
Hex 32 67 52 33 0 14 3C 9C 23 1E
Octal 62 147 122 63 0 24 74 234 43 36
Binary 110010 1100111 1010010 110011 0 10100 111100 10011100 100011 11110

Color Harmonies of #326752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326752

Black with #326752

Text Example


Text Example

White with #326752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326752; }

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

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

background-color css

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

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

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

border-color css

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

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

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