#41775E

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

Shades of Amazon #41775E

Tints of Amazon #41775E

Color information

#41775E (or 0x41775E) is unknown color: approx Amazon. HEX triplet: 41, 77 and 5E. RGB value is (65,119,94). Sum of RGB (Red+Green+Blue) = 65+119+94=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #41775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775E is #BE88A1. Grayscale: #646464. Windows color (decimal): -12486818 or 6190913. OLE color: 6190913.

HSL color Cylindrical-coordinate representation of color #41775E: hue angle of 152.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41775E is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB6511994-
CMYK0.4500.210.53
HSL152.22º29.35%36.08%-
HSV(B)152.22º45.38%46.67%-
XYZ10.815.1312.94-
YUV100124.61103.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=23.38%
G=42.81%
B=33.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65119940.4500.210.53152.2229.3536.08
Hex41775E2D01535981d24
Octal10116713655025652303544
Binary1000001111011110111101011010101011101011001100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41775E; }

 p { color: rgb(65,119,94); }

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

<style>
 a { background-color: #41775E; }

 a { background-color: rgb(65,119,94); }

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

<style>
 span { border-color: #41775E; }

 span { border-color: rgb(65,119,94); }

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