#347254

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

Shades of Amazon #347254

Tints of Amazon #347254

Color information

#347254 (or 0x347254) is unknown color: approx Amazon. HEX triplet: 34, 72 and 54. RGB value is (52,114,84). Sum of RGB (Red+Green+Blue) = 52+114+84=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #347254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347254 is #CB8DAB. Grayscale: #5C5C5C. Windows color (decimal): -13340076 or 5534260. OLE color: 5534260.

HSL color Cylindrical-coordinate representation of color #347254: hue angle of 150.97º 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 #347254 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB5211484-
CMYK0.5400.260.55
HSL150.97º37.35%32.55%-
HSV(B)150.97º54.39%44.71%-
XYZ9.0313.410.5-
YUV92.04123.4699.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.8%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=20.8%
G=45.6%
B=33.6%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114840.5400.260.55150.9737.3532.55
Hex3472543601A37972521
Octal6416212466032672274541
Binary1101001110010101010011011001101011011110010111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347254; }

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

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

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

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

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

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

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

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