#32827C

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

Shades of Elm #32827C

Tints of Elm #32827C

Color information

#32827C (or 0x32827C) is unknown color: approx Elm. HEX triplet: 32, 82 and 7C. RGB value is (50,130,124). Sum of RGB (Red+Green+Blue) = 50+130+124=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #32827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32827C is #CD7D83. Grayscale: #696969. Windows color (decimal): -13467012 or 8159794. OLE color: 8159794.

HSL color Cylindrical-coordinate representation of color #32827C: hue angle of 175.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32827C is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB50130124-
CMYK0.6200.050.49
HSL175.5º44.44%35.29%-
HSV(B)175.5º61.54%50.98%-
XYZ12.9418.121.88-
YUV105.4138.588.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=16.45%
G=42.76%
B=40.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501301240.6200.050.49175.544.4435.29
Hex32827C3E0531b02c23
Octal622021747605612605443
Binary110010100000101111100111110010111000110110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32827C; }

 p { color: rgb(50,130,124); }

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

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

 a { background-color: rgb(50,130,124); }

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

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

 span { border-color: rgb(50,130,124); }

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