#34824B

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

Shades of Amazon #34824B

Tints of Amazon #34824B

Color information

#34824B (or 0x34824B) is unknown color: approx Amazon. HEX triplet: 34, 82 and 4B. RGB value is (52,130,75). Sum of RGB (Red+Green+Blue) = 52+130+75=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #34824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34824B is #CB7DB4. Grayscale: #646464. Windows color (decimal): -13335989 or 4948532. OLE color: 4948532.

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

Color convert

RGB5213075-
CMYK0.6000.420.49
HSL137.69º42.86%35.69%-
HSV(B)137.69º60%50.98%-
XYZ10.6717.29.41-
YUV100.41113.6693.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=20.23%
G=50.58%
B=29.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130750.6000.420.49137.6942.8635.69
Hex34824B3C02A318a2b24
Octal6420211374052612125344
Binary110100100000101001011111100010101011000110001010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34824B; }

 p { color: rgb(52,130,75); }

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

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

 a { background-color: rgb(52,130,75); }

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

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

 span { border-color: rgb(52,130,75); }

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