#348454

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

Shades of Amazon #348454

Tints of Amazon #348454

Color information

#348454 (or 0x348454) is unknown color: approx Amazon. HEX triplet: 34, 84 and 54. RGB value is (52,132,84). Sum of RGB (Red+Green+Blue) = 52+132+84=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #348454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348454 is #CB7BAB. Grayscale: #666666. Windows color (decimal): -13335468 or 5538868. OLE color: 5538868.

HSL color Cylindrical-coordinate representation of color #348454: hue angle of 144º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348454 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB5213284-
CMYK0.6100.360.48
HSL144º43.48%36.08%-
HSV(B)144º60.61%51.76%-
XYZ11.2717.8711.24-
YUV102.61117.591.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=19.40%
G=49.25%
B=31.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132840.6100.360.4814443.4836.08
Hex3484543D02430902b24
Octal6420412475044602205344
Binary110100100001001010100111101010010011000010010000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348454; }

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

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

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

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

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

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

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

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