#32877A

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

Shades of Elm #32877A

Tints of Elm #32877A

Color information

#32877A (or 0x32877A) is unknown color: approx Elm. HEX triplet: 32, 87 and 7A. RGB value is (50,135,122). Sum of RGB (Red+Green+Blue) = 50+135+122=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #32877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32877A is #CD7885. Grayscale: #6C6C6C. Windows color (decimal): -13465734 or 8030002. OLE color: 8030002.

HSL color Cylindrical-coordinate representation of color #32877A: hue angle of 170.82º 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 #32877A is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB50135122-
CMYK0.6300.100.47
HSL170.82º45.95%36.27%-
HSV(B)170.82º62.96%52.94%-
XYZ13.4919.4121.45-
YUV108.1135.8486.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=16.29%
G=43.97%
B=39.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501351220.6300.100.47170.8245.9536.27
Hex32877A3F0A2Fab2e24
Octal6220717277012572535644
Binary1100101000011111110101111110101010111110101011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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