Html Css Color HEX #41805B Amazon

📋 copy color: '#41805B'

red 65 ◦ green 128 ◦ blue 91

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

Shades of Amazon #41805B

Tints of Amazon #41805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.07%

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

R = 22.89%
G = 45.07%
B = 32.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#41805B (or 0x41805B) is known color: Amazon. HEX triplet: 41, 80 and 5B. RGB value is (65,128,91). Sum of RGB (Red+Green+Blue) = 65+128+91=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #41805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41805B is #BE7FA4. Grayscale: #696969. Windows color (decimal): -12484517 or 5996609. OLE color: 5996609.

HSL color Cylindrical-coordinate representation of color #41805B: hue angle of 144.76º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41805B is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 91 -
CMYK 0.49 0 0.29 0.50
HSL 144.76º 0.33% 0.38% -
HSV(B) 144.76º 0.49% 0.5% -
XYZ 11.79 17.32 12.62 -
YUV 104.95 120.13 99.51 -
System Red Green Blue C M Y K H S L
Decimal 65 128 91 0.49 0 0.29 0.50 144.76 0.33 0.38
Hex 41 80 5B 31 0 1D 32 91 21 26
Octal 101 200 133 61 0 35 62 221 41 46
Binary 1000001 10000000 1011011 110001 0 11101 110010 10010001 100001 100110

Color Harmonies of #41805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41805B

Black with #41805B

Text Example


Text Example

White with #41805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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