#34735B

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

Shades of Amazon #34735B

Tints of Amazon #34735B

Color information

#34735B (or 0x34735B) is unknown color: approx Amazon. HEX triplet: 34, 73 and 5B. RGB value is (52,115,91). Sum of RGB (Red+Green+Blue) = 52+115+91=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #34735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34735B is #CB8CA4. Grayscale: #5D5D5D. Windows color (decimal): -13339813 or 5993268. OLE color: 5993268.

HSL color Cylindrical-coordinate representation of color #34735B: hue angle of 157.14º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34735B is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB5211591-
CMYK0.5500.210.55
HSL157.14º37.72%32.75%-
HSV(B)157.14º54.78%45.1%-
XYZ9.4413.7512.05-
YUV93.43126.6398.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=20.16%
G=44.57%
B=35.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115910.5500.210.55157.1437.7232.75
Hex34735B37015379d2621
Octal6416313367025672354641
Binary1101001110011101101111011101010111011110011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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