#326953

Color #326953 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #326953

Tints of Spectra #326953

Color information

#326953 (or 0x326953) is unknown color: approx 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

RGB5010583-
CMYK0.5200.210.59
HSL156º35.48%30.39%-
HSV(B)156º52.38%41.18%-
XYZ7.9311.419.97-
YUV86.05126.28102.29-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105830.5200.210.5915635.4830.39
Hex326953340153B9c231e
Octal6215112364025732344336
Binary110010110100110100111101000101011110111001110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>