Html Css Color HEX #41895E Amazon

📋 copy color: '#41895E'

red 65 ◦ green 137 ◦ blue 94

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

Shades of Amazon #41895E

Tints of Amazon #41895E

RGB

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

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

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

R = 21.96%
G = 46.28%
B = 31.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#41895E (or 0x41895E) is known color: Amazon. HEX triplet: 41, 89 and 5E. RGB value is (65,137,94). Sum of RGB (Red+Green+Blue) = 65+137+94=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #41895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41895E is #BE76A1. Grayscale: #6E6E6E. Windows color (decimal): -12482210 or 6195521. OLE color: 6195521.

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

Color convert

RGB 65 137 94 -
CMYK 0.53 0 0.31 0.46
HSL 144.17º 0.36% 0.4% -
HSV(B) 144.17º 0.53% 0.54% -
XYZ 13.15 19.82 13.72 -
YUV 110.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 65 137 94 0.53 0 0.31 0.46 144.17 0.36 0.4
Hex 41 89 5E 35 0 1F 2E 90 24 28
Octal 101 211 136 65 0 37 56 220 44 50
Binary 1000001 10001001 1011110 110101 0 11111 101110 10010000 100100 101000

Color Harmonies of #41895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41895E

Black with #41895E

Text Example


Text Example

White with #41895E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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