#347575

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

Shades of Atoll #347575

Tints of Atoll #347575

Color information

#347575 (or 0x347575) is unknown color: approx Atoll. HEX triplet: 34, 75 and 75. RGB value is (52,117,117). Sum of RGB (Red+Green+Blue) = 52+117+117=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #347575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347575 is #CB8A8A. Grayscale: #616161. Windows color (decimal): -13339275 or 7697716. OLE color: 7697716.

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

Color convert

RGB52117117-
CMYK0.56000.54
HSL180º38.46%33.14%-
HSV(B)180º55.56%45.88%-
XYZ10.9914.7419.1-
YUV97.56138.9795.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=18.18%
G=40.91%
B=40.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171170.56000.5418038.4633.14
Hex347575380036b42621
Octal641651657000662644641
Binary110100111010111101011110000011011010110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347575; }

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

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

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

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

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

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

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

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