Html Css Color HEX #326D73 Atoll

📋 copy color: '#326D73'

red 50 ◦ green 109 ◦ blue 115

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

Shades of Atoll #326D73

Tints of Atoll #326D73

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 115 (45.31% from 255) = 41.97%

R = 18.25%
G = 39.78%
B = 41.97%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326D73 (or 0x326D73) is known color: Atoll. HEX triplet: 32, 6D and 73. RGB value is (50,109,115). Sum of RGB (Red+Green+Blue) = 50+109+115=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #326D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D73 is #CD928C. Grayscale: #5B5B5B. Windows color (decimal): -13472397 or 7564594. OLE color: 7564594.

HSL color Cylindrical-coordinate representation of color #326D73: hue angle of 185.54º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326D73 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 109 115 -
CMYK 0.57 0.05 0 0.55
HSL 185.54º 0.39% 0.32% -
HSV(B) 185.54º 0.57% 0.45% -
XYZ 9.88 12.85 18.18 -
YUV 92.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 50 109 115 0.57 0.05 0 0.55 185.54 0.39 0.32
Hex 32 6D 73 39 5 0 37 BA 27 20
Octal 62 155 163 71 5 0 67 272 47 40
Binary 110010 1101101 1110011 111001 101 0 110111 10111010 100111 100000

Color Harmonies of #326D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D73

Black with #326D73

Text Example


Text Example

White with #326D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326D73; }

 p { color: rgb(50,109,115); }

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

background-color css

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

 a { background-color: rgb(50,109,115); }

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

border-color css

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

 span { border-color: rgb(50,109,115); }

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