#347644

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

Shades of Amazon #347644

Tints of Amazon #347644

Color information

#347644 (or 0x347644) is unknown color: approx Amazon. HEX triplet: 34, 76 and 44. RGB value is (52,118,68). Sum of RGB (Red+Green+Blue) = 52+118+68=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #347644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347644 is #CB89BB. Grayscale: #5C5C5C. Windows color (decimal): -13339068 or 4486708. OLE color: 4486708.

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

Color convert

RGB5211868-
CMYK0.5600.420.54
HSL134.55º38.82%33.33%-
HSV(B)134.55º55.93%46.27%-
XYZ8.9414.17.72-
YUV92.57114.1399.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=21.85%
G=49.58%
B=28.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118680.5600.420.54134.5538.8233.33
Hex3476443802A36872721
Octal6416610470052662074741
Binary11010011101101000100111000010101011011010000111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347644; }

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

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

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

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

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

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

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

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