Html Css Color HEX #32847C Elm

📋 copy color: '#32847C'

red 50 ◦ green 132 ◦ blue 124

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

Shades of Elm #32847C

Tints of Elm #32847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.14%

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

R = 16.34%
G = 43.14%
B = 40.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#32847C (or 0x32847C) is known color: Elm. HEX triplet: 32, 84 and 7C. RGB value is (50,132,124). Sum of RGB (Red+Green+Blue) = 50+132+124=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #32847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32847C is #CD7B83. Grayscale: #6A6A6A. Windows color (decimal): -13466500 or 8160306. OLE color: 8160306.

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

Color convert

RGB 50 132 124 -
CMYK 0.62 0 0.06 0.48
HSL 174.15º 0.45% 0.36% -
HSV(B) 174.15º 0.62% 0.52% -
XYZ 13.2 18.64 21.97 -
YUV 106.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 50 132 124 0.62 0 0.06 0.48 174.15 0.45 0.36
Hex 32 84 7C 3E 0 6 30 AE 2D 24
Octal 62 204 174 76 0 6 60 256 55 44
Binary 110010 10000100 1111100 111110 0 110 110000 10101110 101101 100100

Color Harmonies of #32847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32847C

Black with #32847C

Text Example


Text Example

White with #32847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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