#34785B

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

Shades of Amazon #34785B

Tints of Amazon #34785B

Color information

#34785B (or 0x34785B) is unknown color: approx Amazon. HEX triplet: 34, 78 and 5B. RGB value is (52,120,91). Sum of RGB (Red+Green+Blue) = 52+120+91=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #34785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34785B is #CB87A4. Grayscale: #606060. Windows color (decimal): -13338533 or 5994548. OLE color: 5994548.

HSL color Cylindrical-coordinate representation of color #34785B: hue angle of 154.41º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34785B is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB5212091-
CMYK0.5700.240.53
HSL154.41º39.53%33.73%-
HSV(B)154.41º56.67%47.06%-
XYZ10.0214.9212.25-
YUV96.36124.9796.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=19.77%
G=45.63%
B=34.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120910.5700.240.53154.4139.5333.73
Hex34785B39018359a2822
Octal6417013371030652325042
Binary1101001111000101101111100101100011010110011010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,120,91); }

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

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

 a { background-color: rgb(52,120,91); }

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

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

 span { border-color: rgb(52,120,91); }

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