#41775F

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

Shades of Amazon #41775F

Tints of Amazon #41775F

Color information

#41775F (or 0x41775F) is unknown color: approx Amazon. HEX triplet: 41, 77 and 5F. RGB value is (65,119,95). Sum of RGB (Red+Green+Blue) = 65+119+95=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #41775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775F is #BE88A0. Grayscale: #646464. Windows color (decimal): -12486817 or 6256449. OLE color: 6256449.

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

Color convert

RGB6511995-
CMYK0.4500.200.53
HSL153.33º29.35%36.08%-
HSV(B)153.33º45.38%46.67%-
XYZ10.8415.1413.18-
YUV100.12125.11102.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=23.30%
G=42.65%
B=34.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65119950.4500.200.53153.3329.3536.08
Hex41775F2D01435991d24
Octal10116713755024652313544
Binary1000001111011110111111011010101001101011001100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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