#32847B

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

Shades of Elm #32847B

Tints of Elm #32847B

Color information

#32847B (or 0x32847B) is unknown color: approx Elm. HEX triplet: 32, 84 and 7B. RGB value is (50,132,123). Sum of RGB (Red+Green+Blue) = 50+132+123=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #32847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32847B is #CD7B84. Grayscale: #6A6A6A. Windows color (decimal): -13466501 or 8094770. OLE color: 8094770.

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

Color convert

RGB50132123-
CMYK0.6200.070.48
HSL173.41º45.05%35.69%-
HSV(B)173.41º62.12%51.76%-
XYZ13.1418.6121.64-
YUV106.46137.3387.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=16.39%
G=43.28%
B=40.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501321230.6200.070.48173.4145.0535.69
Hex32847B3E0730ad2d24
Octal622041737607602555544
Binary110010100001001111011111110011111000010101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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