Html Css Color HEX #327675 Atoll

📋 copy color: '#327675'

red 50 ◦ green 118 ◦ blue 117

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

Shades of Atoll #327675

Tints of Atoll #327675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 17.54%
G = 41.4%
B = 41.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#327675 (or 0x327675) is known color: Atoll. HEX triplet: 32, 76 and 75. RGB value is (50,118,117). Sum of RGB (Red+Green+Blue) = 50+118+117=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #327675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327675 is #CD898A. Grayscale: #616161. Windows color (decimal): -13470091 or 7697970. OLE color: 7697970.

HSL color Cylindrical-coordinate representation of color #327675: hue angle of 179.12º 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 #327675 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 117 -
CMYK 0.58 0 0.01 0.54
HSL 179.12º 0.4% 0.33% -
HSV(B) 179.12º 0.58% 0.46% -
XYZ 11 14.92 19.13 -
YUV 97.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 50 118 117 0.58 0 0.01 0.54 179.12 0.4 0.33
Hex 32 76 75 3A 0 1 36 B3 28 21
Octal 62 166 165 72 0 1 66 263 50 41
Binary 110010 1110110 1110101 111010 0 1 110110 10110011 101000 100001

Color Harmonies of #327675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327675

Black with #327675

Text Example


Text Example

White with #327675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327675; }

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

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

background-color css

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

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

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

border-color css

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

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

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