#34815D

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

Shades of Amazon #34815D

Tints of Amazon #34815D

Color information

#34815D (or 0x34815D) is unknown color: approx Amazon. HEX triplet: 34, 81 and 5D. RGB value is (52,129,93). Sum of RGB (Red+Green+Blue) = 52+129+93=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #34815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34815D is #CB7EA2. Grayscale: #656565. Windows color (decimal): -13336227 or 6127924. OLE color: 6127924.

HSL color Cylindrical-coordinate representation of color #34815D: hue angle of 151.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34815D is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB5212993-
CMYK0.6000.280.49
HSL151.95º42.54%35.49%-
HSV(B)151.95º59.69%50.59%-
XYZ11.2417.2213.09-
YUV101.87122.9992.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=18.98%
G=47.08%
B=33.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52129930.6000.280.49151.9542.5435.49
Hex34815D3C01C31982b23
Octal6420113574034612305343
Binary11010010000001101110111110001110011000110011000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34815D; }

 p { color: rgb(52,129,93); }

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

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

 a { background-color: rgb(52,129,93); }

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

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

 span { border-color: rgb(52,129,93); }

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