Html Css Color HEX #32837C Elm

📋 copy color: '#32837C'

red 50 ◦ green 131 ◦ blue 124

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

Shades of Elm #32837C

Tints of Elm #32837C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

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

R = 16.39%
G = 42.95%
B = 40.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#32837C (or 0x32837C) is known color: Elm. HEX triplet: 32, 83 and 7C. RGB value is (50,131,124). Sum of RGB (Red+Green+Blue) = 50+131+124=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #32837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32837C is #CD7C83. Grayscale: #696969. Windows color (decimal): -13466756 or 8160050. OLE color: 8160050.

HSL color Cylindrical-coordinate representation of color #32837C: hue angle of 174.81º degrees, saturation: 0.45, 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 #32837C is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 124 -
CMYK 0.62 0 0.05 0.49
HSL 174.81º 0.45% 0.35% -
HSV(B) 174.81º 0.62% 0.51% -
XYZ 13.07 18.37 21.92 -
YUV 105.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 50 131 124 0.62 0 0.05 0.49 174.81 0.45 0.35
Hex 32 83 7C 3E 0 5 31 AF 2D 23
Octal 62 203 174 76 0 5 61 257 55 43
Binary 110010 10000011 1111100 111110 0 101 110001 10101111 101101 100011

Color Harmonies of #32837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32837C

Black with #32837C

Text Example


Text Example

White with #32837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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