#41765B

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

Shades of Amazon #41765B

Tints of Amazon #41765B

Color information

#41765B (or 0x41765B) is unknown color: approx Amazon. HEX triplet: 41, 76 and 5B. RGB value is (65,118,91). Sum of RGB (Red+Green+Blue) = 65+118+91=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #41765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41765B is #BE89A4. Grayscale: #636363. Windows color (decimal): -12487077 or 5994049. OLE color: 5994049.

HSL color Cylindrical-coordinate representation of color #41765B: hue angle of 149.43º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41765B is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB6511891-
CMYK0.4500.230.54
HSL149.43º28.96%35.88%-
HSV(B)149.43º44.92%46.27%-
XYZ10.5514.8412.21-
YUV99.07123.44103.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.72%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=23.72%
G=43.07%
B=33.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118910.4500.230.54149.4328.9635.88
Hex41765B2D01736951d24
Octal10116613355027662253544
Binary1000001111011010110111011010101111101101001010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41765B; }

 p { color: rgb(65,118,91); }

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

<style>
 a { background-color: #41765B; }

 a { background-color: rgb(65,118,91); }

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

<style>
 span { border-color: #41765B; }

 span { border-color: rgb(65,118,91); }

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