#347658

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

Shades of Amazon #347658

Tints of Amazon #347658

Color information

#347658 (or 0x347658) is unknown color: approx Amazon. HEX triplet: 34, 76 and 58. RGB value is (52,118,88). Sum of RGB (Red+Green+Blue) = 52+118+88=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #347658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347658 is #CB89A7. Grayscale: #5E5E5E. Windows color (decimal): -13339048 or 5797428. OLE color: 5797428.

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

Color convert

RGB5211888-
CMYK0.5600.250.54
HSL152.73º38.82%33.33%-
HSV(B)152.73º55.93%46.27%-
XYZ9.6614.3911.5-
YUV94.85124.1397.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 118 (46.48% from 255) = 45.74%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=20.16%
G=45.74%
B=34.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118880.5600.250.54152.7338.8233.33
Hex3476583801936992721
Octal6416613070031662314741
Binary1101001110110101100011100001100111011010011001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347658; }

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

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

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

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

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

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

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

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