#41775C

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

Shades of Amazon #41775C

Tints of Amazon #41775C

Color information

#41775C (or 0x41775C) is unknown color: approx Amazon. HEX triplet: 41, 77 and 5C. RGB value is (65,119,92). Sum of RGB (Red+Green+Blue) = 65+119+92=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #41775C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775C is #BE88A3. Grayscale: #636363. Windows color (decimal): -12486820 or 6059841. OLE color: 6059841.

HSL color Cylindrical-coordinate representation of color #41775C: hue angle of 150º 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 #41775C is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB6511992-
CMYK0.4500.230.53
HSL150º29.35%36.08%-
HSV(B)150º45.38%46.67%-
XYZ10.7115.0912.47-
YUV99.78123.61103.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=23.55%
G=43.12%
B=33.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65119920.4500.230.5315029.3536.08
Hex41775C2D01735961d24
Octal10116713455027652263544
Binary1000001111011110111001011010101111101011001011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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