Html Css Color HEX #328782 Atoll

📋 copy color: '#328782'

red 50 ◦ green 135 ◦ blue 130

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

Shades of Atoll #328782

Tints of Atoll #328782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 15.87%
G = 42.86%
B = 41.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#328782 (or 0x328782) is known color: Atoll. HEX triplet: 32, 87 and 82. RGB value is (50,135,130). Sum of RGB (Red+Green+Blue) = 50+135+130=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #328782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328782 is #CD787D. Grayscale: #6C6C6C. Windows color (decimal): -13465726 or 8554290. OLE color: 8554290.

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

Color convert

RGB 50 135 130 -
CMYK 0.63 0 0.04 0.47
HSL 176.47º 0.46% 0.36% -
HSV(B) 176.47º 0.63% 0.53% -
XYZ 14.01 19.62 24.17 -
YUV 109.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 50 135 130 0.63 0 0.04 0.47 176.47 0.46 0.36
Hex 32 87 82 3F 0 4 2F B0 2E 24
Octal 62 207 202 77 0 4 57 260 56 44
Binary 110010 10000111 10000010 111111 0 100 101111 10110000 101110 100100

Color Harmonies of #328782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328782

Black with #328782

Text Example


Text Example

White with #328782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328782; }

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

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

background-color css

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

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

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

border-color css

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

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

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