#326853

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

Shades of Spectra #326853

Tints of Spectra #326853

Color information

#326853 (or 0x326853) is unknown color: approx Spectra. HEX triplet: 32, 68 and 53. RGB value is (50,104,83). Sum of RGB (Red+Green+Blue) = 50+104+83=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #326853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326853 is #CD97AC. Grayscale: #555555. Windows color (decimal): -13473709 or 5466162. OLE color: 5466162.

HSL color Cylindrical-coordinate representation of color #326853: hue angle of 156.67º 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 #326853 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB5010483-
CMYK0.5200.200.59
HSL156.67º35.06%30.2%-
HSV(B)156.67º51.92%40.78%-
XYZ7.8311.29.93-
YUV85.46126.61102.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=21.10%
G=43.88%
B=35.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104830.5200.200.59156.6735.0630.2
Hex326853340143B9d231e
Octal6215012364024732354336
Binary110010110100010100111101000101001110111001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326853; }

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

 H1.HeaderClassName
 {
   color: #326853;
 }
 .AnyTagClassName
 {
   color: #326853;
 }
</style>
background-color css

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

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

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

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

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

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