Html Css Color HEX #41885D Amazon

📋 copy color: '#41885D'

red 65 ◦ green 136 ◦ blue 93

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

Shades of Amazon #41885D

Tints of Amazon #41885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 22.11%
G = 46.26%
B = 31.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#41885D (or 0x41885D) is known color: Amazon. HEX triplet: 41, 88 and 5D. RGB value is (65,136,93). Sum of RGB (Red+Green+Blue) = 65+136+93=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #41885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41885D is #BE77A2. Grayscale: #6D6D6D. Windows color (decimal): -12482467 or 6129729. OLE color: 6129729.

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

Color convert

RGB 65 136 93 -
CMYK 0.52 0 0.32 0.47
HSL 143.66º 0.35% 0.39% -
HSV(B) 143.66º 0.52% 0.53% -
XYZ 12.96 19.52 13.44 -
YUV 109.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 65 136 93 0.52 0 0.32 0.47 143.66 0.35 0.39
Hex 41 88 5D 34 0 20 2F 90 23 27
Octal 101 210 135 64 0 40 57 220 43 47
Binary 1000001 10001000 1011101 110100 0 100000 101111 10010000 100011 100111

Color Harmonies of #41885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41885D

Black with #41885D

Text Example


Text Example

White with #41885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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