#3C735A

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

Shades of Amazon #3C735A

Tints of Amazon #3C735A

Color information

#3C735A (or 0x3C735A) is unknown color: approx Amazon. HEX triplet: 3C, 73 and 5A. RGB value is (60,115,90). Sum of RGB (Red+Green+Blue) = 60+115+90=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #3C735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C735A is #C38CA5. Grayscale: #5F5F5F. Windows color (decimal): -12815526 or 5927740. OLE color: 5927740.

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

Color convert

RGB6011590-
CMYK0.4800.220.55
HSL152.73º31.43%34.31%-
HSV(B)152.73º47.83%45.1%-
XYZ9.8413.9611.85-
YUV95.7124.78102.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=22.64%
G=43.40%
B=33.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115900.4800.220.55152.7331.4334.31
Hex3C735A3001637991f22
Octal7416313260026672313742
Binary111100111001110110101100000101101101111001100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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