#347153

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

Shades of Amazon #347153

Tints of Amazon #347153

Color information

#347153 (or 0x347153) is unknown color: approx Amazon. HEX triplet: 34, 71 and 53. RGB value is (52,113,83). Sum of RGB (Red+Green+Blue) = 52+113+83=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #347153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347153 is #CB8EAC. Grayscale: #5B5B5B. Windows color (decimal): -13340333 or 5468468. OLE color: 5468468.

HSL color Cylindrical-coordinate representation of color #347153: hue angle of 150.49º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347153 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5211383-
CMYK0.5400.270.56
HSL150.49º36.97%32.35%-
HSV(B)150.49º53.98%44.31%-
XYZ8.8813.1610.26-
YUV91.34123.2999.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=20.97%
G=45.56%
B=33.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113830.5400.270.56150.4936.9732.35
Hex3471533601B38962520
Octal6416112366033702264540
Binary1101001110001101001111011001101111100010010110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347153; }

 p { color: rgb(52,113,83); }

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

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

 a { background-color: rgb(52,113,83); }

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

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

 span { border-color: rgb(52,113,83); }

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