#34795C

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

Shades of Amazon #34795C

Tints of Amazon #34795C

Color information

#34795C (or 0x34795C) is unknown color: approx Amazon. HEX triplet: 34, 79 and 5C. RGB value is (52,121,92). Sum of RGB (Red+Green+Blue) = 52+121+92=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 121 (47.66% from 255 or 45.66% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 121 - color contains mainly: green. Hex color #34795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34795C is #CB86A3. Grayscale: #616161. Windows color (decimal): -13338276 or 6060340. OLE color: 6060340.

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

Color convert

RGB5212192-
CMYK0.5700.240.53
HSL154.78º39.88%33.92%-
HSV(B)154.78º57.02%47.45%-
XYZ10.1915.1812.52-
YUV97.06125.1495.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 121 (47.66% from 255) = 45.66%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=19.62%
G=45.66%
B=34.72%

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
Decimal52121920.5700.240.53154.7839.8833.92
Hex34795C39018359b2822
Octal6417113471030652335042
Binary1101001111001101110011100101100011010110011011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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