#327572

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

Shades of Elm #327572

Tints of Elm #327572

Color information

#327572 (or 0x327572) is unknown color: approx Elm. HEX triplet: 32, 75 and 72. RGB value is (50,117,114). Sum of RGB (Red+Green+Blue) = 50+117+114=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #327572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327572 is #CD8A8D. Grayscale: #606060. Windows color (decimal): -13470350 or 7501106. OLE color: 7501106.

HSL color Cylindrical-coordinate representation of color #327572: hue angle of 177.31º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327572 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB50117114-
CMYK0.5700.030.54
HSL177.31º40.12%32.75%-
HSV(B)177.31º57.26%45.88%-
XYZ10.7114.6218.18-
YUV96.62137.894.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=17.79%
G=41.64%
B=40.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501171140.5700.030.54177.3140.1232.75
Hex327572390336b12821
Octal621651627103662615041
Binary1100101110101111001011100101111011010110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327572; }

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

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

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

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

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

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

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

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