Html Css Color HEX #41745B Amazon

📋 copy color: '#41745B'

red 65 ◦ green 116 ◦ blue 91

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

Shades of Amazon #41745B

Tints of Amazon #41745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 23.9%
G = 42.65%
B = 33.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#41745B (or 0x41745B) is known color: Amazon. HEX triplet: 41, 74 and 5B. RGB value is (65,116,91). Sum of RGB (Red+Green+Blue) = 65+116+91=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #41745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41745B is #BE8BA4. Grayscale: #616161. Windows color (decimal): -12487589 or 5993537. OLE color: 5993537.

HSL color Cylindrical-coordinate representation of color #41745B: hue angle of 150.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41745B is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 91 -
CMYK 0.44 0 0.22 0.55
HSL 150.59º 0.28% 0.35% -
HSV(B) 150.59º 0.44% 0.45% -
XYZ 10.31 14.37 12.13 -
YUV 97.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 65 116 91 0.44 0 0.22 0.55 150.59 0.28 0.35
Hex 41 74 5B 2C 0 16 37 97 1C 23
Octal 101 164 133 54 0 26 67 227 34 43
Binary 1000001 1110100 1011011 101100 0 10110 110111 10010111 11100 100011

Color Harmonies of #41745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41745B

Black with #41745B

Text Example


Text Example

White with #41745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41745B; }

 p { color: rgb(65,116,91); }

 H1.HeaderClassName
 {
   color: #41745B;
 }
 .AnyTagClassName
 {
   color: #41745B;
 }
</style>

background-color css

<style>
 a { background-color: #41745B; }

 a { background-color: rgb(65,116,91); }

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

border-color css

<style>
 span { border-color: #41745B; }

 span { border-color: rgb(65,116,91); }

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