#326452

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

Shades of Spectra #326452

Tints of Spectra #326452

Color information

#326452 (or 0x326452) is unknown color: approx Spectra. HEX triplet: 32, 64 and 52. RGB value is (50,100,82). Sum of RGB (Red+Green+Blue) = 50+100+82=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #326452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326452 is #CD9BAD. Grayscale: #535353. Windows color (decimal): -13474734 or 5399602. OLE color: 5399602.

HSL color Cylindrical-coordinate representation of color #326452: hue angle of 158.4º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326452 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB5010082-
CMYK0.5000.180.61
HSL158.4º33.33%29.41%-
HSV(B)158.4º50%39.22%-
XYZ7.410.49.6-
YUV83127.44104.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=21.55%
G=43.10%
B=35.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100820.5000.180.61158.433.3329.41
Hex326452320123D9e211d
Octal6214412262022752364135
Binary110010110010010100101100100100101111011001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326452; }

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

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

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

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

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

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

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

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