#41735A

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

Shades of Amazon #41735A

Tints of Amazon #41735A

Color information

#41735A (or 0x41735A) is unknown color: approx Amazon. HEX triplet: 41, 73 and 5A. RGB value is (65,115,90). Sum of RGB (Red+Green+Blue) = 65+115+90=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #41735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41735A is #BE8CA5. Grayscale: #616161. Windows color (decimal): -12487846 or 5927745. OLE color: 5927745.

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

Color convert

RGB6511590-
CMYK0.4300.220.55
HSL150º27.78%35.29%-
HSV(B)150º43.48%45.1%-
XYZ10.1614.1211.86-
YUV97.2123.94105.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=24.07%
G=42.59%
B=33.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115900.4300.220.5515027.7835.29
Hex41735A2B01637961c23
Octal10116313253026672263443
Binary1000001111001110110101010110101101101111001011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41735A; }

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

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

<style>
 a { background-color: #41735A; }

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

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

<style>
 span { border-color: #41735A; }

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

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