#32867A

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

Shades of Elm #32867A

Tints of Elm #32867A

Color information

#32867A (or 0x32867A) is unknown color: approx Elm. HEX triplet: 32, 86 and 7A. RGB value is (50,134,122). Sum of RGB (Red+Green+Blue) = 50+134+122=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #32867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32867A is #CD7985. Grayscale: #6B6B6B. Windows color (decimal): -13465990 or 8029746. OLE color: 8029746.

HSL color Cylindrical-coordinate representation of color #32867A: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32867A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB50134122-
CMYK0.6300.090.47
HSL171.43º45.65%36.08%-
HSV(B)171.43º62.69%52.55%-
XYZ13.3519.1321.4-
YUV107.52136.1786.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 134 (52.73% from 255) = 43.79%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=16.34%
G=43.79%
B=39.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501341220.6300.090.47171.4345.6536.08
Hex32867A3F092Fab2e24
Octal6220617277011572535644
Binary1100101000011011110101111110100110111110101011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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