#3B735B

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

Shades of Amazon #3B735B

Tints of Amazon #3B735B

Color information

#3B735B (or 0x3B735B) is unknown color: approx Amazon. HEX triplet: 3B, 73 and 5B. RGB value is (59,115,91). Sum of RGB (Red+Green+Blue) = 59+115+91=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #3B735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B735B is #C48CA4. Grayscale: #5F5F5F. Windows color (decimal): -12881061 or 5993275. OLE color: 5993275.

HSL color Cylindrical-coordinate representation of color #3B735B: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B735B is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB5911591-
CMYK0.4900.210.55
HSL154.29º32.18%34.12%-
HSV(B)154.29º48.7%45.1%-
XYZ9.8213.9512.07-
YUV95.52125.45101.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=22.26%
G=43.40%
B=34.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115910.4900.210.55154.2932.1834.12
Hex3B735B31015379a2022
Octal7316313361025672324042
Binary1110111110011101101111000101010111011110011010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B735B; }

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

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

<style>
 a { background-color: #3B735B; }

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

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

<style>
 span { border-color: #3B735B; }

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

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