#347248

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

Shades of Amazon #347248

Tints of Amazon #347248

Color information

#347248 (or 0x347248) is unknown color: approx Amazon. HEX triplet: 34, 72 and 48. RGB value is (52,114,72). Sum of RGB (Red+Green+Blue) = 52+114+72=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #347248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347248 is #CB8DB7. Grayscale: #5A5A5A. Windows color (decimal): -13340088 or 4747828. OLE color: 4747828.

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

Color convert

RGB5211472-
CMYK0.5400.370.55
HSL139.35º37.35%32.55%-
HSV(B)139.35º54.39%44.71%-
XYZ8.613.238.23-
YUV90.67117.46100.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=21.85%
G=47.90%
B=30.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114720.5400.370.55139.3537.3532.55
Hex34724836025378b2521
Octal6416211066045672134541
Binary11010011100101001000110110010010111011110001011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347248; }

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

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

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

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

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

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

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

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