#347776

Color #347776 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #347776

Tints of Atoll #347776

Color information

#347776 (or 0x347776) is unknown color: approx Atoll. HEX triplet: 34, 77 and 76. RGB value is (52,119,118). Sum of RGB (Red+Green+Blue) = 52+119+118=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #347776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347776 is #CB8889. Grayscale: #626262. Windows color (decimal): -13338762 or 7763764. OLE color: 7763764.

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

Color convert

RGB52119118-
CMYK0.5600.010.53
HSL179.1º39.18%33.53%-
HSV(B)179.1º56.3%46.67%-
XYZ11.2815.2319.48-
YUV98.85138.894.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=17.99%
G=41.18%
B=40.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191180.5600.010.53179.139.1833.53
Hex347776380135b32722
Octal641671667001652634742
Binary110100111011111101101110000111010110110011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347776; }

 p { color: rgb(52,119,118); }

 H1.HeaderClassName
 {
   color: #347776;
 }
 .AnyTagClassName
 {
   color: #347776;
 }
</style>
background-color css

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

 a { background-color: rgb(52,119,118); }

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

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

 span { border-color: rgb(52,119,118); }

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