Html Css Color HEX #328B7F Elm

📋 copy color: '#328B7F'

red 50 ◦ green 139 ◦ blue 127

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

Shades of Elm #328B7F

Tints of Elm #328B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.99%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 15.82%
G = 43.99%
B = 40.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#328B7F (or 0x328B7F) is known color: Elm. HEX triplet: 32, 8B and 7F. RGB value is (50,139,127). Sum of RGB (Red+Green+Blue) = 50+139+127=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 139 - color contains mainly: green. Hex color #328B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B7F is #CD7480. Grayscale: #6E6E6E. Windows color (decimal): -13464705 or 8358706. OLE color: 8358706.

HSL color Cylindrical-coordinate representation of color #328B7F: hue angle of 171.91º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B7F is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 127 -
CMYK 0.64 0 0.09 0.45
HSL 171.91º 0.47% 0.37% -
HSV(B) 171.91º 0.64% 0.55% -
XYZ 14.38 20.68 23.31 -
YUV 111.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 50 139 127 0.64 0 0.09 0.45 171.91 0.47 0.37
Hex 32 8B 7F 40 0 9 2D AC 2F 25
Octal 62 213 177 100 0 11 55 254 57 45
Binary 110010 10001011 1111111 1000000 0 1001 101101 10101100 101111 100101

Color Harmonies of #328B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B7F

Black with #328B7F

Text Example


Text Example

White with #328B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B7F; }

 p { color: rgb(50,139,127); }

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

background-color css

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

 a { background-color: rgb(50,139,127); }

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

border-color css

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

 span { border-color: rgb(50,139,127); }

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