#32857A

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

Shades of Elm #32857A

Tints of Elm #32857A

Color information

#32857A (or 0x32857A) is unknown color: approx Elm. HEX triplet: 32, 85 and 7A. RGB value is (50,133,122). Sum of RGB (Red+Green+Blue) = 50+133+122=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #32857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32857A is #CD7A85. Grayscale: #6A6A6A. Windows color (decimal): -13466246 or 8029490. OLE color: 8029490.

HSL color Cylindrical-coordinate representation of color #32857A: hue angle of 172.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32857A is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB50133122-
CMYK0.6200.080.48
HSL172.05º45.36%35.88%-
HSV(B)172.05º62.41%52.16%-
XYZ13.2218.8621.36-
YUV106.93136.587.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 122 (48.05% from 255) = 40%
R=16.39%
G=43.61%
B=40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501331220.6200.080.48172.0545.3635.88
Hex32857A3E0830ac2d24
Octal6220517276010602545544
Binary1100101000010111110101111100100011000010101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32857A; }

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

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

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

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

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

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

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

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