#327D75

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

Shades of Elm #327D75

Tints of Elm #327D75

Color information

#327D75 (or 0x327D75) is unknown color: approx Elm. HEX triplet: 32, 7D and 75. RGB value is (50,125,117). Sum of RGB (Red+Green+Blue) = 50+125+117=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #327D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D75 is #CD828A. Grayscale: #656565. Windows color (decimal): -13468299 or 7699762. OLE color: 7699762.

HSL color Cylindrical-coordinate representation of color #327D75: hue angle of 173.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D75 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB50125117-
CMYK0.6000.060.51
HSL173.6º42.86%34.31%-
HSV(B)173.6º60%49.02%-
XYZ11.8616.6319.41-
YUV101.66136.6591.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 125 (49.22% from 255) = 42.81%
BLUE value IS 117 (46.09% from 255) = 40.07%
R=17.12%
G=42.81%
B=40.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal501251170.6000.060.51173.642.8634.31
Hex327D753C0633ae2b22
Octal621751657406632565342
Binary11001011111011110101111100011011001110101110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,125,117); }

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

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

 a { background-color: rgb(50,125,117); }

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

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

 span { border-color: rgb(50,125,117); }

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