Html Css Color HEX #327373 Atoll

📋 copy color: '#327373'

red 50 ◦ green 115 ◦ blue 115

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

Shades of Atoll #327373

Tints of Atoll #327373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

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

R = 17.86%
G = 41.07%
B = 41.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#327373 (or 0x327373) is known color: Atoll. HEX triplet: 32, 73 and 73. RGB value is (50,115,115). Sum of RGB (Red+Green+Blue) = 50+115+115=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #327373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327373 is #CD8C8C. Grayscale: #5F5F5F. Windows color (decimal): -13470861 or 7566130. OLE color: 7566130.

HSL color Cylindrical-coordinate representation of color #327373: hue angle of 180º 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 #327373 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 115 -
CMYK 0.57 0 0 0.55
HSL 180º 0.39% 0.32% -
HSV(B) 180º 0.57% 0.45% -
XYZ 10.54 14.18 18.4 -
YUV 95.57 138.97 95.5 -
System Red Green Blue C M Y K H S L
Decimal 50 115 115 0.57 0 0 0.55 180 0.39 0.32
Hex 32 73 73 39 0 0 37 B4 27 20
Octal 62 163 163 71 0 0 67 264 47 40
Binary 110010 1110011 1110011 111001 0 0 110111 10110100 100111 100000

Color Harmonies of #327373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327373

Black with #327373

Text Example


Text Example

White with #327373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327373; }

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

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

background-color css

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

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

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

border-color css

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

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

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