#3B734C

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

Shades of Amazon #3B734C

Tints of Amazon #3B734C

Color information

#3B734C (or 0x3B734C) is unknown color: approx Amazon. HEX triplet: 3B, 73 and 4C. RGB value is (59,115,76). Sum of RGB (Red+Green+Blue) = 59+115+76=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #3B734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B734C is #C48CB3. Grayscale: #5D5D5D. Windows color (decimal): -12881076 or 5010235. OLE color: 5010235.

HSL color Cylindrical-coordinate representation of color #3B734C: hue angle of 138.21º 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 #3B734C is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB5911576-
CMYK0.4900.340.55
HSL138.21º32.18%34.12%-
HSV(B)138.21º48.7%45.1%-
XYZ9.2413.719-
YUV93.81117.95103.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=23.6%
G=46%
B=30.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59115760.4900.340.55138.2132.1834.12
Hex3B734C31022378a2022
Octal7316311461042672124042
Binary11101111100111001100110001010001011011110001010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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