#34785D

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

Shades of Amazon #34785D

Tints of Amazon #34785D

Color information

#34785D (or 0x34785D) is unknown color: approx Amazon. HEX triplet: 34, 78 and 5D. RGB value is (52,120,93). Sum of RGB (Red+Green+Blue) = 52+120+93=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #34785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34785D is #CB87A2. Grayscale: #606060. Windows color (decimal): -13338531 or 6125620. OLE color: 6125620.

HSL color Cylindrical-coordinate representation of color #34785D: hue angle of 156.18º 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 #34785D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB5212093-
CMYK0.5700.220.53
HSL156.18º39.53%33.73%-
HSV(B)156.18º56.67%47.06%-
XYZ10.1114.9512.71-
YUV96.59125.9796.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=19.62%
G=45.28%
B=35.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120930.5700.220.53156.1839.5333.73
Hex34785D39016359c2822
Octal6417013571026652345042
Binary1101001111000101110111100101011011010110011100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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