#326954

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

Shades of Spectra #326954

Tints of Spectra #326954

Color information

#326954 (or 0x326954) is unknown color: approx Spectra. HEX triplet: 32, 69 and 54. RGB value is (50,105,84). Sum of RGB (Red+Green+Blue) = 50+105+84=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #326954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326954 is #CD96AB. Grayscale: #565656. Windows color (decimal): -13473452 or 5531954. OLE color: 5531954.

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

Color convert

RGB5010584-
CMYK0.5200.200.59
HSL157.09º35.48%30.39%-
HSV(B)157.09º52.38%41.18%-
XYZ7.9711.4210.17-
YUV86.16126.78102.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=20.92%
G=43.93%
B=35.15%

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
Decimal50105840.5200.200.59157.0935.4830.39
Hex326954340143B9d231e
Octal6215112464024732354336
Binary110010110100110101001101000101001110111001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326954; }

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

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

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

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

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

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

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

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