#34785C

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

Shades of Amazon #34785C

Tints of Amazon #34785C

Color information

#34785C (or 0x34785C) is unknown color: approx Amazon. HEX triplet: 34, 78 and 5C. RGB value is (52,120,92). Sum of RGB (Red+Green+Blue) = 52+120+92=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #34785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34785C is #CB87A3. Grayscale: #606060. Windows color (decimal): -13338532 or 6060084. OLE color: 6060084.

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

Color convert

RGB5212092-
CMYK0.5700.230.53
HSL155.29º39.53%33.73%-
HSV(B)155.29º56.67%47.06%-
XYZ10.0614.9412.48-
YUV96.48125.4796.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=19.70%
G=45.45%
B=34.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120920.5700.230.53155.2939.5333.73
Hex34785C39017359b2822
Octal6417013471027652335042
Binary1101001111000101110011100101011111010110011011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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