Html Css Color HEX #32887C Elm

📋 copy color: '#32887C'

red 50 ◦ green 136 ◦ blue 124

#32887C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #32887C

Tints of Elm #32887C

RGB

 RED value IS 50 (19.92% from 255) = 16.13%

 GREEN value IS 136 (53.52% from 255) = 43.87%

 BLUE value IS 124 (48.83% from 255) = 40%

R = 16.13%
G = 43.87%
B = 40%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#32887C (or 0x32887C) is known color: Elm. HEX triplet: 32, 88 and 7C. RGB value is (50,136,124). Sum of RGB (Red+Green+Blue) = 50+136+124=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #32887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32887C is #CD7783. Grayscale: #6C6C6C. Windows color (decimal): -13465476 or 8161330. OLE color: 8161330.

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

Color convert

RGB 50 136 124 -
CMYK 0.63 0 0.09 0.47
HSL 171.63º 0.46% 0.36% -
HSV(B) 171.63º 0.63% 0.53% -
XYZ 13.76 19.74 22.15 -
YUV 108.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 50 136 124 0.63 0 0.09 0.47 171.63 0.46 0.36
Hex 32 88 7C 3F 0 9 2F AC 2E 24
Octal 62 210 174 77 0 11 57 254 56 44
Binary 110010 10001000 1111100 111111 0 1001 101111 10101100 101110 100100

Color Harmonies of #32887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32887C

Black with #32887C

Text Example


Text Example

White with #32887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32887C;
 }
 .AnyTagClassName
 {
   color: #32887C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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