#347351

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

Shades of Amazon #347351

Tints of Amazon #347351

Color information

#347351 (or 0x347351) is unknown color: approx Amazon. HEX triplet: 34, 73 and 51. RGB value is (52,115,81). Sum of RGB (Red+Green+Blue) = 52+115+81=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #347351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347351 is #CB8CAE. Grayscale: #5C5C5C. Windows color (decimal): -13339823 or 5337908. OLE color: 5337908.

HSL color Cylindrical-coordinate representation of color #347351: hue angle of 147.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347351 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB5211581-
CMYK0.5500.300.55
HSL147.62º37.72%32.75%-
HSV(B)147.62º54.78%45.1%-
XYZ9.0313.599.93-
YUV92.29121.6399.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=20.97%
G=46.37%
B=32.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115810.5500.300.55147.6237.7232.75
Hex3473513701E37942621
Octal6416312167036672244641
Binary1101001110011101000111011101111011011110010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347351; }

 p { color: rgb(52,115,81); }

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

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

 a { background-color: rgb(52,115,81); }

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

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

 span { border-color: rgb(52,115,81); }

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