#347676

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

Shades of Atoll #347676

Tints of Atoll #347676

Color information

#347676 (or 0x347676) is unknown color: approx Atoll. HEX triplet: 34, 76 and 76. RGB value is (52,118,118). Sum of RGB (Red+Green+Blue) = 52+118+118=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #347676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347676 is #CB8989. Grayscale: #626262. Windows color (decimal): -13339018 or 7763508. OLE color: 7763508.

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

Color convert

RGB52118118-
CMYK0.56000.54
HSL180º38.82%33.33%-
HSV(B)180º55.93%46.27%-
XYZ11.1614.9919.45-
YUV98.27139.1395-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=18.06%
G=40.97%
B=40.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181180.56000.5418038.8233.33
Hex347676380036b42721
Octal641661667000662644741
Binary110100111011011101101110000011011010110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347676; }

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

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

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

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

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

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

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

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