Html Css Color HEX #326953 Spectra

📋 copy color: '#326953'

red 50 ◦ green 105 ◦ blue 83

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

Shades of Spectra #326953

Tints of Spectra #326953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 21.01%
G = 44.12%
B = 34.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#326953 (or 0x326953) is known color: Spectra. HEX triplet: 32, 69 and 53. RGB value is (50,105,83). Sum of RGB (Red+Green+Blue) = 50+105+83=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #326953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326953 is #CD96AC. Grayscale: #565656. Windows color (decimal): -13473453 or 5466418. OLE color: 5466418.

HSL color Cylindrical-coordinate representation of color #326953: hue angle of 156º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326953 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 105 83 -
CMYK 0.52 0 0.21 0.59
HSL 156º 0.35% 0.3% -
HSV(B) 156º 0.52% 0.41% -
XYZ 7.93 11.41 9.97 -
YUV 86.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 50 105 83 0.52 0 0.21 0.59 156 0.35 0.3
Hex 32 69 53 34 0 15 3B 9C 23 1E
Octal 62 151 123 64 0 25 73 234 43 36
Binary 110010 1101001 1010011 110100 0 10101 111011 10011100 100011 11110

Color Harmonies of #326953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326953

Black with #326953

Text Example


Text Example

White with #326953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326953; }

 p { color: rgb(50,105,83); }

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

background-color css

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

 a { background-color: rgb(50,105,83); }

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

border-color css

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

 span { border-color: rgb(50,105,83); }

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