#34765D

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

Shades of Amazon #34765D

Tints of Amazon #34765D

Color information

#34765D (or 0x34765D) is unknown color: approx Amazon. HEX triplet: 34, 76 and 5D. RGB value is (52,118,93). Sum of RGB (Red+Green+Blue) = 52+118+93=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #34765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34765D is #CB89A2. Grayscale: #5F5F5F. Windows color (decimal): -13339043 or 6125108. OLE color: 6125108.

HSL color Cylindrical-coordinate representation of color #34765D: hue angle of 157.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34765D is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB5211893-
CMYK0.5600.210.54
HSL157.27º38.82%33.33%-
HSV(B)157.27º55.93%46.27%-
XYZ9.8714.4812.63-
YUV95.42126.6397.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=19.77%
G=44.87%
B=35.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118930.5600.210.54157.2738.8233.33
Hex34765D38015369d2721
Octal6416613570025662354741
Binary1101001110110101110111100001010111011010011101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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