#347674

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

Shades of Atoll #347674

Tints of Atoll #347674

Color information

#347674 (or 0x347674) is unknown color: approx Atoll. HEX triplet: 34, 76 and 74. RGB value is (52,118,116). Sum of RGB (Red+Green+Blue) = 52+118+116=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #347674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347674 is #CB898B. Grayscale: #616161. Windows color (decimal): -13339020 or 7632436. OLE color: 7632436.

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

Color convert

RGB52118116-
CMYK0.5600.020.54
HSL178.18º38.82%33.33%-
HSV(B)178.18º55.93%46.27%-
XYZ11.0514.9518.83-
YUV98.04138.1395.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=18.18%
G=41.26%
B=40.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521181160.5600.020.54178.1838.8233.33
Hex347674380236b22721
Octal641661647002662624741
Binary1101001110110111010011100001011011010110010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347674; }

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

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

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

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

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

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

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

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