Html Css Color HEX #328880 Elm

📋 copy color: '#328880'

red 50 ◦ green 136 ◦ blue 128

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

Shades of Elm #328880

Tints of Elm #328880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 15.92%
G = 43.31%
B = 40.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#328880 (or 0x328880) is known color: Elm. HEX triplet: 32, 88 and 80. RGB value is (50,136,128). Sum of RGB (Red+Green+Blue) = 50+136+128=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #328880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328880 is #CD777F. Grayscale: #6D6D6D. Windows color (decimal): -13465472 or 8423474. OLE color: 8423474.

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

Color convert

RGB 50 136 128 -
CMYK 0.63 0 0.06 0.47
HSL 174.42º 0.46% 0.36% -
HSV(B) 174.42º 0.63% 0.53% -
XYZ 14.02 19.84 23.51 -
YUV 109.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 50 136 128 0.63 0 0.06 0.47 174.42 0.46 0.36
Hex 32 88 80 3F 0 6 2F AE 2E 24
Octal 62 210 200 77 0 6 57 256 56 44
Binary 110010 10001000 10000000 111111 0 110 101111 10101110 101110 100100

Color Harmonies of #328880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328880

Black with #328880

Text Example


Text Example

White with #328880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328880; }

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

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

background-color css

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

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

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

border-color css

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

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

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