#34794B

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

Shades of Amazon #34794B

Tints of Amazon #34794B

Color information

#34794B (or 0x34794B) is unknown color: approx Amazon. HEX triplet: 34, 79 and 4B. RGB value is (52,121,75). Sum of RGB (Red+Green+Blue) = 52+121+75=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #34794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34794B is #CB86B4. Grayscale: #5F5F5F. Windows color (decimal): -13338293 or 4946228. OLE color: 4946228.

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

Color convert

RGB5212175-
CMYK0.5700.380.53
HSL140º39.88%33.92%-
HSV(B)140º57.02%47.45%-
XYZ9.5214.919.03-
YUV95.12116.6497.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=20.97%
G=48.79%
B=30.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121750.5700.380.5314039.8833.92
Hex34794B39026358c2822
Octal6417111371046652145042
Binary11010011110011001011111001010011011010110001100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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