#347654

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

Shades of Amazon #347654

Tints of Amazon #347654

Color information

#347654 (or 0x347654) is unknown color: approx Amazon. HEX triplet: 34, 76 and 54. RGB value is (52,118,84). Sum of RGB (Red+Green+Blue) = 52+118+84=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #347654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347654 is #CB89AB. Grayscale: #5E5E5E. Windows color (decimal): -13339052 or 5535284. OLE color: 5535284.

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

Color convert

RGB5211884-
CMYK0.5600.290.54
HSL149.09º38.82%33.33%-
HSV(B)149.09º55.93%46.27%-
XYZ9.4914.3310.65-
YUV94.39122.1397.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=20.47%
G=46.46%
B=33.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118840.5600.290.54149.0938.8233.33
Hex3476543801D36952721
Octal6416612470035662254741
Binary1101001110110101010011100001110111011010010101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347654; }

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

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

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

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

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

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

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

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