Html Css Color HEX #328983 Atoll

📋 copy color: '#328983'

red 50 ◦ green 137 ◦ blue 131

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

Shades of Atoll #328983

Tints of Atoll #328983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 15.72%
G = 43.08%
B = 41.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#328983 (or 0x328983) is known color: Atoll. HEX triplet: 32, 89 and 83. RGB value is (50,137,131). Sum of RGB (Red+Green+Blue) = 50+137+131=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #328983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328983 is #CD767C. Grayscale: #6E6E6E. Windows color (decimal): -13465213 or 8620338. OLE color: 8620338.

HSL color Cylindrical-coordinate representation of color #328983: hue angle of 175.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328983 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 131 -
CMYK 0.64 0 0.04 0.46
HSL 175.86º 0.47% 0.37% -
HSV(B) 175.86º 0.64% 0.54% -
XYZ 14.36 20.21 24.62 -
YUV 110.3 139.68 84.99 -
System Red Green Blue C M Y K H S L
Decimal 50 137 131 0.64 0 0.04 0.46 175.86 0.47 0.37
Hex 32 89 83 40 0 4 2E B0 2F 25
Octal 62 211 203 100 0 4 56 260 57 45
Binary 110010 10001001 10000011 1000000 0 100 101110 10110000 101111 100101

Color Harmonies of #328983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328983

Black with #328983

Text Example


Text Example

White with #328983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328983; }

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

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

background-color css

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

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

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

border-color css

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

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

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