#32847D

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

Shades of Elm #32847D

Tints of Elm #32847D

Color information

#32847D (or 0x32847D) is unknown color: approx Elm. HEX triplet: 32, 84 and 7D. RGB value is (50,132,125). Sum of RGB (Red+Green+Blue) = 50+132+125=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #32847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32847D is #CD7B82. Grayscale: #6A6A6A. Windows color (decimal): -13466499 or 8225842. OLE color: 8225842.

HSL color Cylindrical-coordinate representation of color #32847D: hue angle of 174.88º 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 #32847D is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB50132125-
CMYK0.6200.050.48
HSL174.88º45.05%35.69%-
HSV(B)174.88º62.12%51.76%-
XYZ13.2718.6622.3-
YUV106.68138.3387.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=16.29%
G=43.00%
B=40.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501321250.6200.050.48174.8845.0535.69
Hex32847D3E0530af2d24
Octal622041757605602575544
Binary110010100001001111101111110010111000010101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32847D; }

 p { color: rgb(50,132,125); }

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

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

 a { background-color: rgb(50,132,125); }

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

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

 span { border-color: rgb(50,132,125); }

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