#347748

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

Shades of Amazon #347748

Tints of Amazon #347748

Color information

#347748 (or 0x347748) is unknown color: approx Amazon. HEX triplet: 34, 77 and 48. RGB value is (52,119,72). Sum of RGB (Red+Green+Blue) = 52+119+72=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #347748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347748 is #CB88B7. Grayscale: #5D5D5D. Windows color (decimal): -13338808 or 4749108. OLE color: 4749108.

HSL color Cylindrical-coordinate representation of color #347748: hue angle of 137.91º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347748 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB5211972-
CMYK0.5600.390.53
HSL137.91º39.18%33.53%-
HSV(B)137.91º56.3%46.67%-
XYZ9.1814.398.42-
YUV93.61115.898.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=21.40%
G=48.97%
B=29.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119720.5600.390.53137.9139.1833.53
Hex34774838027358a2722
Octal6416711070047652124742
Binary11010011101111001000111000010011111010110001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347748; }

 p { color: rgb(52,119,72); }

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

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

 a { background-color: rgb(52,119,72); }

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

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

 span { border-color: rgb(52,119,72); }

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