Html Css Color HEX #41815E Amazon

📋 copy color: '#41815E'

red 65 ◦ green 129 ◦ blue 94

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

Shades of Amazon #41815E

Tints of Amazon #41815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 22.57%
G = 44.79%
B = 32.64%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#41815E (or 0x41815E) is known color: Amazon. HEX triplet: 41, 81 and 5E. RGB value is (65,129,94). Sum of RGB (Red+Green+Blue) = 65+129+94=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 129 - color contains mainly: green. Hex color #41815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41815E is #BE7EA1. Grayscale: #696969. Windows color (decimal): -12484258 or 6193473. OLE color: 6193473.

HSL color Cylindrical-coordinate representation of color #41815E: hue angle of 147.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41815E is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 94 -
CMYK 0.50 0 0.27 0.49
HSL 147.19º 0.33% 0.38% -
HSV(B) 147.19º 0.5% 0.51% -
XYZ 12.05 17.63 13.36 -
YUV 105.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 65 129 94 0.50 0 0.27 0.49 147.19 0.33 0.38
Hex 41 81 5E 32 0 1B 31 93 21 26
Octal 101 201 136 62 0 33 61 223 41 46
Binary 1000001 10000001 1011110 110010 0 11011 110001 10010011 100001 100110

Color Harmonies of #41815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41815E

Black with #41815E

Text Example


Text Example

White with #41815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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