#3C735B

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

Shades of Amazon #3C735B

Tints of Amazon #3C735B

Color information

#3C735B (or 0x3C735B) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 5B. RGB value is (60,115,91). Sum of RGB (Red+Green+Blue) = 60+115+91=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735B is #C38CA4. Grayscale: #5F5F5F. Windows color (decimal): -12815525 or 5993276. OLE color: 5993276.

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

Color convert

RGB6011591-
CMYK0.4800.210.55
HSL153.82º31.43%34.31%-
HSV(B)153.82º47.83%45.1%-
XYZ9.8813.9812.07-
YUV95.82125.28102.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=22.56%
G=43.23%
B=34.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115910.4800.210.55153.8231.4334.31
Hex3C735B30015379a1f22
Octal7416313360025672323742
Binary111100111001110110111100000101011101111001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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