#326152

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

Shades of Spectra #326152

Tints of Spectra #326152

Color information

#326152 (or 0x326152) is unknown color: approx Spectra. HEX triplet: 32, 61 and 52. RGB value is (50,97,82). Sum of RGB (Red+Green+Blue) = 50+97+82=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #326152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326152 is #CD9EAD. Grayscale: #515151. Windows color (decimal): -13475502 or 5398834. OLE color: 5398834.

HSL color Cylindrical-coordinate representation of color #326152: hue angle of 160.85º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326152 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB509782-
CMYK0.4800.150.62
HSL160.85º31.97%28.82%-
HSV(B)160.85º48.45%38.04%-
XYZ7.119.849.51-
YUV81.24128.43105.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=21.83%
G=42.36%
B=35.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097820.4800.150.62160.8531.9728.82
Hex326152300F3Ea1201d
Octal6214112260017762414035
Binary11001011000011010010110000011111111101010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326152; }

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

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

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

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

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

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

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

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