Html Css Color HEX #41755E Amazon

📋 copy color: '#41755E'

red 65 ◦ green 117 ◦ blue 94

#41755E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #41755E

Tints of Amazon #41755E

RGB

 RED value IS 65 (25.78% from 255) = 23.55%

 GREEN value IS 117 (46.09% from 255) = 42.39%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 23.55%
G = 42.39%
B = 34.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#41755E (or 0x41755E) is known color: Amazon. HEX triplet: 41, 75 and 5E. RGB value is (65,117,94). Sum of RGB (Red+Green+Blue) = 65+117+94=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #41755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41755E is #BE8AA1. Grayscale: #626262. Windows color (decimal): -12487330 or 6190401. OLE color: 6190401.

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

Color convert

RGB 65 117 94 -
CMYK 0.44 0 0.20 0.54
HSL 153.46º 0.29% 0.36% -
HSV(B) 153.46º 0.44% 0.46% -
XYZ 10.56 14.65 12.86 -
YUV 98.83 125.27 103.87 -
System Red Green Blue C M Y K H S L
Decimal 65 117 94 0.44 0 0.20 0.54 153.46 0.29 0.36
Hex 41 75 5E 2C 0 14 36 99 1D 24
Octal 101 165 136 54 0 24 66 231 35 44
Binary 1000001 1110101 1011110 101100 0 10100 110110 10011001 11101 100100

Color Harmonies of #41755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41755E

Black with #41755E

Text Example


Text Example

White with #41755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41755E;
 }
 .AnyTagClassName
 {
   color: #41755E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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