#41765F

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

Shades of Amazon #41765F

Tints of Amazon #41765F

Color information

#41765F (or 0x41765F) is unknown color: approx Amazon. HEX triplet: 41, 76 and 5F. RGB value is (65,118,95). Sum of RGB (Red+Green+Blue) = 65+118+95=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #41765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41765F is #BE89A0. Grayscale: #636363. Windows color (decimal): -12487073 or 6256193. OLE color: 6256193.

HSL color Cylindrical-coordinate representation of color #41765F: hue angle of 153.96º 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 #41765F is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6511895-
CMYK0.4500.190.54
HSL153.96º28.96%35.88%-
HSV(B)153.96º44.92%46.27%-
XYZ10.7214.9113.14-
YUV99.53125.44103.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=23.38%
G=42.45%
B=34.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118950.4500.190.54153.9628.9635.88
Hex41765F2D013369a1d24
Octal10116613755023662323544
Binary1000001111011010111111011010100111101101001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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