#34854E

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

Shades of Amazon #34854E

Tints of Amazon #34854E

Color information

#34854E (or 0x34854E) is unknown color: approx Amazon. HEX triplet: 34, 85 and 4E. RGB value is (52,133,78). Sum of RGB (Red+Green+Blue) = 52+133+78=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #34854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34854E is #CB7AB1. Grayscale: #666666. Windows color (decimal): -13335218 or 5145908. OLE color: 5145908.

HSL color Cylindrical-coordinate representation of color #34854E: hue angle of 139.26º 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 #34854E is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB5213378-
CMYK0.6100.410.48
HSL139.26º43.78%36.27%-
HSV(B)139.26º60.9%52.16%-
XYZ11.1818.0610.1-
YUV102.51114.1691.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=19.77%
G=50.57%
B=29.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52133780.6100.410.48139.2643.7836.27
Hex34854E3D029308b2c24
Octal6420511675051602135444
Binary110100100001011001110111101010100111000010001011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34854E; }

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

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

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

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

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

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

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

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