Html Css Color HEX #41885F Amazon

📋 copy color: '#41885F'

red 65 ◦ green 136 ◦ blue 95

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

Shades of Amazon #41885F

Tints of Amazon #41885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 21.96%
G = 45.95%
B = 32.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#41885F (or 0x41885F) is known color: Amazon. HEX triplet: 41, 88 and 5F. RGB value is (65,136,95). Sum of RGB (Red+Green+Blue) = 65+136+95=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #41885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41885F is #BE77A0. Grayscale: #6E6E6E. Windows color (decimal): -12482465 or 6260801. OLE color: 6260801.

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

Color convert

RGB 65 136 95 -
CMYK 0.52 0 0.30 0.47
HSL 145.35º 0.35% 0.39% -
HSV(B) 145.35º 0.52% 0.53% -
XYZ 13.05 19.56 13.91 -
YUV 110.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 65 136 95 0.52 0 0.30 0.47 145.35 0.35 0.39
Hex 41 88 5F 34 0 1E 2F 91 23 27
Octal 101 210 137 64 0 36 57 221 43 47
Binary 1000001 10001000 1011111 110100 0 11110 101111 10010001 100011 100111

Color Harmonies of #41885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41885F

Black with #41885F

Text Example


Text Example

White with #41885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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