#348546

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

Shades of Amazon #348546

Tints of Amazon #348546

Color information

#348546 (or 0x348546) is unknown color: approx Amazon. HEX triplet: 34, 85 and 46. RGB value is (52,133,70). Sum of RGB (Red+Green+Blue) = 52+133+70=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #348546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348546 is #CB7AB9. Grayscale: #656565. Windows color (decimal): -13335226 or 4621620. OLE color: 4621620.

HSL color Cylindrical-coordinate representation of color #348546: hue angle of 133.33º degrees, saturation: 0.44, 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 #348546 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB5213370-
CMYK0.6100.470.48
HSL133.33º43.78%36.27%-
HSV(B)133.33º60.9%52.16%-
XYZ10.9117.958.68-
YUV101.6110.1692.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.39%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 70 (27.73% from 255) = 27.45%
R=20.39%
G=52.16%
B=27.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133700.6100.470.48133.3343.7836.27
Hex3485463D02F30852c24
Octal6420510675057602055444
Binary110100100001011000110111101010111111000010000101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348546; }

 p { color: rgb(52,133,70); }

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

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

 a { background-color: rgb(52,133,70); }

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

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

 span { border-color: rgb(52,133,70); }

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