#347258

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

Shades of Amazon #347258

Tints of Amazon #347258

Color information

#347258 (or 0x347258) is unknown color: approx Amazon. HEX triplet: 34, 72 and 58. RGB value is (52,114,88). Sum of RGB (Red+Green+Blue) = 52+114+88=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #347258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347258 is #CB8DA7. Grayscale: #5C5C5C. Windows color (decimal): -13340072 or 5796404. OLE color: 5796404.

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

Color convert

RGB5211488-
CMYK0.5400.230.55
HSL154.84º37.35%32.55%-
HSV(B)154.84º54.39%44.71%-
XYZ9.1913.4711.35-
YUV92.5125.4699.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=20.47%
G=44.88%
B=34.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114880.5400.230.55154.8437.3532.55
Hex34725836017379b2521
Octal6416213066027672334541
Binary1101001110010101100011011001011111011110011011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347258; }

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

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

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

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

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

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

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

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