Html Css Color HEX #41885E Amazon

📋 copy color: '#41885E'

red 65 ◦ green 136 ◦ blue 94

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

Shades of Amazon #41885E

Tints of Amazon #41885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 22.03%
G = 46.1%
B = 31.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#41885E (or 0x41885E) is known color: Amazon. HEX triplet: 41, 88 and 5E. RGB value is (65,136,94). Sum of RGB (Red+Green+Blue) = 65+136+94=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #41885E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41885E is #BE77A1. Grayscale: #6E6E6E. Windows color (decimal): -12482466 or 6195265. OLE color: 6195265.

HSL color Cylindrical-coordinate representation of color #41885E: hue angle of 144.51º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41885E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 94 -
CMYK 0.52 0 0.31 0.47
HSL 144.51º 0.35% 0.39% -
HSV(B) 144.51º 0.52% 0.53% -
XYZ 13 19.54 13.68 -
YUV 109.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 65 136 94 0.52 0 0.31 0.47 144.51 0.35 0.39
Hex 41 88 5E 34 0 1F 2F 91 23 27
Octal 101 210 136 64 0 37 57 221 43 47
Binary 1000001 10001000 1011110 110100 0 11111 101111 10010001 100011 100111

Color Harmonies of #41885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41885E

Black with #41885E

Text Example


Text Example

White with #41885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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