Html Css Color HEX #41855D Amazon

📋 copy color: '#41855D'

red 65 ◦ green 133 ◦ blue 93

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

Shades of Amazon #41855D

Tints of Amazon #41855D

RGB

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

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

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

R = 22.34%
G = 45.7%
B = 31.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#41855D (or 0x41855D) is known color: Amazon. HEX triplet: 41, 85 and 5D. RGB value is (65,133,93). Sum of RGB (Red+Green+Blue) = 65+133+93=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #41855D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41855D is #BE7AA2. Grayscale: #6C6C6C. Windows color (decimal): -12483235 or 6128961. OLE color: 6128961.

HSL color Cylindrical-coordinate representation of color #41855D: hue angle of 144.71º 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 #41855D is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 93 -
CMYK 0.51 0 0.30 0.48
HSL 144.71º 0.34% 0.39% -
HSV(B) 144.71º 0.51% 0.52% -
XYZ 12.54 18.69 13.3 -
YUV 108.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 65 133 93 0.51 0 0.30 0.48 144.71 0.34 0.39
Hex 41 85 5D 33 0 1E 30 91 22 27
Octal 101 205 135 63 0 36 60 221 42 47
Binary 1000001 10000101 1011101 110011 0 11110 110000 10010001 100010 100111

Color Harmonies of #41855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41855D

Black with #41855D

Text Example


Text Example

White with #41855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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