Html Css Color HEX #327170 Atoll

📋 copy color: '#327170'

red 50 ◦ green 113 ◦ blue 112

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

Shades of Atoll #327170

Tints of Atoll #327170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 18.18%
G = 41.09%
B = 40.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#327170 (or 0x327170) is known color: Atoll. HEX triplet: 32, 71 and 70. RGB value is (50,113,112). Sum of RGB (Red+Green+Blue) = 50+113+112=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #327170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327170 is #CD8E8F. Grayscale: #5D5D5D. Windows color (decimal): -13471376 or 7369010. OLE color: 7369010.

HSL color Cylindrical-coordinate representation of color #327170: hue angle of 179.05º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327170 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 112 -
CMYK 0.56 0 0.01 0.56
HSL 179.05º 0.39% 0.32% -
HSV(B) 179.05º 0.56% 0.44% -
XYZ 10.15 13.66 17.43 -
YUV 94.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 50 113 112 0.56 0 0.01 0.56 179.05 0.39 0.32
Hex 32 71 70 38 0 1 38 B3 27 20
Octal 62 161 160 70 0 1 70 263 47 40
Binary 110010 1110001 1110000 111000 0 1 111000 10110011 100111 100000

Color Harmonies of #327170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327170

Black with #327170

Text Example


Text Example

White with #327170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327170; }

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

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

background-color css

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

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

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

border-color css

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

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

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