Html Css Color HEX #41855E Amazon

📋 copy color: '#41855E'

red 65 ◦ green 133 ◦ blue 94

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

Shades of Amazon #41855E

Tints of Amazon #41855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.55%

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

R = 22.26%
G = 45.55%
B = 32.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#41855E (or 0x41855E) is known color: Amazon. HEX triplet: 41, 85 and 5E. RGB value is (65,133,94). Sum of RGB (Red+Green+Blue) = 65+133+94=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #41855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41855E is #BE7AA1. Grayscale: #6C6C6C. Windows color (decimal): -12483234 or 6194497. OLE color: 6194497.

HSL color Cylindrical-coordinate representation of color #41855E: hue angle of 145.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41855E is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 94 -
CMYK 0.51 0 0.29 0.48
HSL 145.59º 0.34% 0.39% -
HSV(B) 145.59º 0.51% 0.52% -
XYZ 12.59 18.71 13.54 -
YUV 108.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 65 133 94 0.51 0 0.29 0.48 145.59 0.34 0.39
Hex 41 85 5E 33 0 1D 30 92 22 27
Octal 101 205 136 63 0 35 60 222 42 47
Binary 1000001 10000101 1011110 110011 0 11101 110000 10010010 100010 100111

Color Harmonies of #41855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41855E

Black with #41855E

Text Example


Text Example

White with #41855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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