#3D7358

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

Shades of Amazon #3D7358

Tints of Amazon #3D7358

Color information

#3D7358 (or 0x3D7358) is unknown color: approx Amazon. HEX triplet: 3D, 73 and 58. RGB value is (61,115,88). Sum of RGB (Red+Green+Blue) = 61+115+88=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7358 is #C28CA7. Grayscale: #5F5F5F. Windows color (decimal): -12749992 or 5796669. OLE color: 5796669.

HSL color Cylindrical-coordinate representation of color #3D7358: hue angle of 150º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7358 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB6111588-
CMYK0.4700.230.55
HSL150º30.68%34.51%-
HSV(B)150º46.96%45.1%-
XYZ9.8213.9611.41-
YUV95.78123.61103.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=23.11%
G=43.56%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115880.4700.230.5515030.6834.51
Hex3D73582F01737961f23
Octal7516313057027672263743
Binary111101111001110110001011110101111101111001011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,88); }

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

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

 a { background-color: rgb(61,115,88); }

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

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

 span { border-color: rgb(61,115,88); }

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