#34765B

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

Shades of Amazon #34765B

Tints of Amazon #34765B

Color information

#34765B (or 0x34765B) is unknown color: approx Amazon. HEX triplet: 34, 76 and 5B. RGB value is (52,118,91). Sum of RGB (Red+Green+Blue) = 52+118+91=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #34765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34765B is #CB89A4. Grayscale: #5F5F5F. Windows color (decimal): -13339045 or 5994036. OLE color: 5994036.

HSL color Cylindrical-coordinate representation of color #34765B: hue angle of 155.45º 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 #34765B is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB5211891-
CMYK0.5600.230.54
HSL155.45º38.82%33.33%-
HSV(B)155.45º55.93%46.27%-
XYZ9.7814.4412.17-
YUV95.19125.6397.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=19.92%
G=45.21%
B=34.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118910.5600.230.54155.4538.8233.33
Hex34765B38017369b2721
Octal6416613370027662334741
Binary1101001110110101101111100001011111011010011011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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