Html Css Color HEX #41805A Amazon

📋 copy color: '#41805A'

red 65 ◦ green 128 ◦ blue 90

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

Shades of Amazon #41805A

Tints of Amazon #41805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 22.97%
G = 45.23%
B = 31.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#41805A (or 0x41805A) is known color: Amazon. HEX triplet: 41, 80 and 5A. RGB value is (65,128,90). Sum of RGB (Red+Green+Blue) = 65+128+90=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #41805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41805A is #BE7FA5. Grayscale: #686868. Windows color (decimal): -12484518 or 5931073. OLE color: 5931073.

HSL color Cylindrical-coordinate representation of color #41805A: hue angle of 143.81º 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 #41805A is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 90 -
CMYK 0.49 0 0.30 0.50
HSL 143.81º 0.33% 0.38% -
HSV(B) 143.81º 0.49% 0.5% -
XYZ 11.74 17.3 12.39 -
YUV 104.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 65 128 90 0.49 0 0.30 0.50 143.81 0.33 0.38
Hex 41 80 5A 31 0 1E 32 90 21 26
Octal 101 200 132 61 0 36 62 220 41 46
Binary 1000001 10000000 1011010 110001 0 11110 110010 10010000 100001 100110

Color Harmonies of #41805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41805A

Black with #41805A

Text Example


Text Example

White with #41805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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