Html Css Color HEX #41805F Amazon

📋 copy color: '#41805F'

red 65 ◦ green 128 ◦ blue 95

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

Shades of Amazon #41805F

Tints of Amazon #41805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.44%

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 22.57%
G = 44.44%
B = 32.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#41805F (or 0x41805F) is known color: Amazon. HEX triplet: 41, 80 and 5F. RGB value is (65,128,95). Sum of RGB (Red+Green+Blue) = 65+128+95=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #41805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41805F is #BE7FA0. Grayscale: #696969. Windows color (decimal): -12484513 or 6258753. OLE color: 6258753.

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

Color convert

RGB 65 128 95 -
CMYK 0.49 0 0.26 0.50
HSL 148.57º 0.33% 0.38% -
HSV(B) 148.57º 0.49% 0.5% -
XYZ 11.96 17.39 13.55 -
YUV 105.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 65 128 95 0.49 0 0.26 0.50 148.57 0.33 0.38
Hex 41 80 5F 31 0 1A 32 95 21 26
Octal 101 200 137 61 0 32 62 225 41 46
Binary 1000001 10000000 1011111 110001 0 11010 110010 10010101 100001 100110

Color Harmonies of #41805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41805F

Black with #41805F

Text Example


Text Example

White with #41805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41805F; }

 p { color: rgb(65,128,95); }

 H1.HeaderClassName
 {
   color: #41805F;
 }
 .AnyTagClassName
 {
   color: #41805F;
 }
</style>

background-color css

<style>
 a { background-color: #41805F; }

 a { background-color: rgb(65,128,95); }

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

border-color css

<style>
 span { border-color: #41805F; }

 span { border-color: rgb(65,128,95); }

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