#347758

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

Shades of Amazon #347758

Tints of Amazon #347758

Color information

#347758 (or 0x347758) is unknown color: approx Amazon. HEX triplet: 34, 77 and 58. RGB value is (52,119,88). Sum of RGB (Red+Green+Blue) = 52+119+88=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #347758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347758 is #CB88A7. Grayscale: #5F5F5F. Windows color (decimal): -13338792 or 5797684. OLE color: 5797684.

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

Color convert

RGB5211988-
CMYK0.5600.260.53
HSL152.24º39.18%33.53%-
HSV(B)152.24º56.3%46.67%-
XYZ9.7714.6311.54-
YUV95.43123.897.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=20.08%
G=45.95%
B=33.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119880.5600.260.53152.2439.1833.53
Hex3477583801A35982722
Octal6416713070032652304742
Binary1101001110111101100011100001101011010110011000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347758; }

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

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

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

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

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

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

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

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