#327A76

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

Shades of Elm #327A76

Tints of Elm #327A76

Color information

#327A76 (or 0x327A76) is unknown color: approx Elm. HEX triplet: 32, 7A and 76. RGB value is (50,122,118). Sum of RGB (Red+Green+Blue) = 50+122+118=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #327A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A76 is #CD8589. Grayscale: #636363. Windows color (decimal): -13469066 or 7764530. OLE color: 7764530.

HSL color Cylindrical-coordinate representation of color #327A76: hue angle of 176.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A76 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB50122118-
CMYK0.5900.030.52
HSL176.67º41.86%33.73%-
HSV(B)176.67º59.02%47.84%-
XYZ11.5415.9119.6-
YUV100.02138.1592.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=17.24%
G=42.07%
B=40.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal501221180.5900.030.52176.6741.8633.73
Hex327A763B0334b12a22
Octal621721667303642615242
Binary1100101111010111011011101101111010010110001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327A76; }

 p { color: rgb(50,122,118); }

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

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

 a { background-color: rgb(50,122,118); }

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

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

 span { border-color: rgb(50,122,118); }

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