Html Css Color HEX #41885A Amazon

📋 copy color: '#41885A'

red 65 ◦ green 136 ◦ blue 90

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

Shades of Amazon #41885A

Tints of Amazon #41885A

RGB

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

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

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

R = 22.34%
G = 46.74%
B = 30.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#41885A (or 0x41885A) is known color: Amazon. HEX triplet: 41, 88 and 5A. RGB value is (65,136,90). Sum of RGB (Red+Green+Blue) = 65+136+90=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #41885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41885A is #BE77A5. Grayscale: #6D6D6D. Windows color (decimal): -12482470 or 5933121. OLE color: 5933121.

HSL color Cylindrical-coordinate representation of color #41885A: hue angle of 141.13º 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 #41885A is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 136 90 -
CMYK 0.52 0 0.34 0.47
HSL 141.13º 0.35% 0.39% -
HSV(B) 141.13º 0.52% 0.53% -
XYZ 12.83 19.47 12.75 -
YUV 109.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 65 136 90 0.52 0 0.34 0.47 141.13 0.35 0.39
Hex 41 88 5A 34 0 22 2F 8D 23 27
Octal 101 210 132 64 0 42 57 215 43 47
Binary 1000001 10001000 1011010 110100 0 100010 101111 10001101 100011 100111

Color Harmonies of #41885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41885A

Black with #41885A

Text Example


Text Example

White with #41885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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