Html Css Color HEX #41895B Amazon

📋 copy color: '#41895B'

red 65 ◦ green 137 ◦ blue 91

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

Shades of Amazon #41895B

Tints of Amazon #41895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

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

R = 22.18%
G = 46.76%
B = 31.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#41895B (or 0x41895B) is known color: Amazon. HEX triplet: 41, 89 and 5B. RGB value is (65,137,91). Sum of RGB (Red+Green+Blue) = 65+137+91=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #41895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895B is #BE76A4. Grayscale: #6E6E6E. Windows color (decimal): -12482213 or 5998913. OLE color: 5998913.

HSL color Cylindrical-coordinate representation of color #41895B: hue angle of 141.67º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41895B is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 91 -
CMYK 0.53 0 0.34 0.46
HSL 141.67º 0.36% 0.4% -
HSV(B) 141.67º 0.53% 0.54% -
XYZ 13.01 19.77 13.03 -
YUV 110.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 65 137 91 0.53 0 0.34 0.46 141.67 0.36 0.4
Hex 41 89 5B 35 0 22 2E 8E 24 28
Octal 101 211 133 65 0 42 56 216 44 50
Binary 1000001 10001001 1011011 110101 0 100010 101110 10001110 100100 101000

Color Harmonies of #41895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41895B

Black with #41895B

Text Example


Text Example

White with #41895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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