#347E45

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

Shades of Amazon #347E45

Tints of Amazon #347E45

Color information

#347E45 (or 0x347E45) is unknown color: approx Amazon. HEX triplet: 34, 7E and 45. RGB value is (52,126,69). Sum of RGB (Red+Green+Blue) = 52+126+69=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #347E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E45 is #CB81BA. Grayscale: #616161. Windows color (decimal): -13337019 or 4554292. OLE color: 4554292.

HSL color Cylindrical-coordinate representation of color #347E45: hue angle of 133.78º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E45 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB5212669-
CMYK0.5900.450.51
HSL133.78º41.57%34.9%-
HSV(B)133.78º58.73%49.41%-
XYZ9.9516.088.21-
YUV97.38111.9895.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.05%
GREEN value IS 126 (49.61% from 255) = 51.01%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=21.05%
G=51.01%
B=27.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126690.5900.450.51133.7841.5734.9
Hex347E453B02D33862a23
Octal6417610573055632065243
Binary11010011111101000101111011010110111001110000110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347E45; }

 p { color: rgb(52,126,69); }

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

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

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

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

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

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

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