Html Css Color HEX #328377 Elm

📋 copy color: '#328377'

red 50 ◦ green 131 ◦ blue 119

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

Shades of Elm #328377

Tints of Elm #328377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 16.67%
G = 43.67%
B = 39.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#328377 (or 0x328377) is known color: Elm. HEX triplet: 32, 83 and 77. RGB value is (50,131,119). Sum of RGB (Red+Green+Blue) = 50+131+119=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #328377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328377 is #CD7C88. Grayscale: #696969. Windows color (decimal): -13466761 or 7832370. OLE color: 7832370.

HSL color Cylindrical-coordinate representation of color #328377: hue angle of 171.11º 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 #328377 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 119 -
CMYK 0.62 0 0.09 0.49
HSL 171.11º 0.45% 0.35% -
HSV(B) 171.11º 0.62% 0.51% -
XYZ 12.76 18.24 20.3 -
YUV 105.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 50 131 119 0.62 0 0.09 0.49 171.11 0.45 0.35
Hex 32 83 77 3E 0 9 31 AB 2D 23
Octal 62 203 167 76 0 11 61 253 55 43
Binary 110010 10000011 1110111 111110 0 1001 110001 10101011 101101 100011

Color Harmonies of #328377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328377

Black with #328377

Text Example


Text Example

White with #328377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328377; }

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

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

background-color css

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

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

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

border-color css

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

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

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