Html Css Color HEX #327176 Atoll

📋 copy color: '#327176'

red 50 ◦ green 113 ◦ blue 118

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

Shades of Atoll #327176

Tints of Atoll #327176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 17.79%
G = 40.21%
B = 41.99%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#327176 (or 0x327176) is known color: Atoll. HEX triplet: 32, 71 and 76. RGB value is (50,113,118). Sum of RGB (Red+Green+Blue) = 50+113+118=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #327176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327176 is #CD8E89. Grayscale: #5E5E5E. Windows color (decimal): -13471370 or 7762226. OLE color: 7762226.

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

Color convert

RGB 50 113 118 -
CMYK 0.58 0.04 0 0.54
HSL 184.41º 0.4% 0.33% -
HSV(B) 184.41º 0.58% 0.46% -
XYZ 10.49 13.8 19.25 -
YUV 94.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 50 113 118 0.58 0.04 0 0.54 184.41 0.4 0.33
Hex 32 71 76 3A 4 0 36 B8 28 21
Octal 62 161 166 72 4 0 66 270 50 41
Binary 110010 1110001 1110110 111010 100 0 110110 10111000 101000 100001

Color Harmonies of #327176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327176

Black with #327176

Text Example


Text Example

White with #327176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327176; }

 p { color: rgb(50,113,118); }

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

background-color css

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

 a { background-color: rgb(50,113,118); }

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

border-color css

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

 span { border-color: rgb(50,113,118); }

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