Html Css Color HEX #41895C Amazon

📋 copy color: '#41895C'

red 65 ◦ green 137 ◦ blue 92

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

Shades of Amazon #41895C

Tints of Amazon #41895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 22.11%
G = 46.6%
B = 31.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#41895C (or 0x41895C) is known color: Amazon. HEX triplet: 41, 89 and 5C. RGB value is (65,137,92). Sum of RGB (Red+Green+Blue) = 65+137+92=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #41895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895C is #BE76A3. Grayscale: #6E6E6E. Windows color (decimal): -12482212 or 6064449. OLE color: 6064449.

HSL color Cylindrical-coordinate representation of color #41895C: hue angle of 142.5º 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 #41895C is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 92 -
CMYK 0.53 0 0.33 0.46
HSL 142.5º 0.36% 0.4% -
HSV(B) 142.5º 0.53% 0.54% -
XYZ 13.06 19.79 13.26 -
YUV 110.34 117.65 95.66 -
System Red Green Blue C M Y K H S L
Decimal 65 137 92 0.53 0 0.33 0.46 142.5 0.36 0.4
Hex 41 89 5C 35 0 21 2E 8E 24 28
Octal 101 211 134 65 0 41 56 216 44 50
Binary 1000001 10001001 1011100 110101 0 100001 101110 10001110 100100 101000

Color Harmonies of #41895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41895C

Black with #41895C

Text Example


Text Example

White with #41895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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