Html Css Color HEX #328784 Atoll

📋 copy color: '#328784'

red 50 ◦ green 135 ◦ blue 132

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

Shades of Atoll #328784

Tints of Atoll #328784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.59%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 15.77%
G = 42.59%
B = 41.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#328784 (or 0x328784) is known color: Atoll. HEX triplet: 32, 87 and 84. RGB value is (50,135,132). Sum of RGB (Red+Green+Blue) = 50+135+132=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #328784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328784 is #CD787B. Grayscale: #6D6D6D. Windows color (decimal): -13465724 or 8685362. OLE color: 8685362.

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

Color convert

RGB 50 135 132 -
CMYK 0.63 0 0.02 0.47
HSL 177.88º 0.46% 0.36% -
HSV(B) 177.88º 0.63% 0.53% -
XYZ 14.14 19.67 24.88 -
YUV 109.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 50 135 132 0.63 0 0.02 0.47 177.88 0.46 0.36
Hex 32 87 84 3F 0 2 2F B2 2E 24
Octal 62 207 204 77 0 2 57 262 56 44
Binary 110010 10000111 10000100 111111 0 10 101111 10110010 101110 100100

Color Harmonies of #328784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328784

Black with #328784

Text Example


Text Example

White with #328784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328784; }

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

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

background-color css

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

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

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

border-color css

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

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

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