Html Css Color HEX #41755C Amazon

📋 copy color: '#41755C'

red 65 ◦ green 117 ◦ blue 92

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

Shades of Amazon #41755C

Tints of Amazon #41755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 23.72%
G = 42.7%
B = 33.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#41755C (or 0x41755C) is known color: Amazon. HEX triplet: 41, 75 and 5C. RGB value is (65,117,92). Sum of RGB (Red+Green+Blue) = 65+117+92=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #41755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41755C is #BE8AA3. Grayscale: #626262. Windows color (decimal): -12487332 or 6059329. OLE color: 6059329.

HSL color Cylindrical-coordinate representation of color #41755C: hue angle of 151.15º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41755C is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 92 -
CMYK 0.44 0 0.21 0.54
HSL 151.15º 0.29% 0.36% -
HSV(B) 151.15º 0.44% 0.46% -
XYZ 10.47 14.62 12.4 -
YUV 98.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 65 117 92 0.44 0 0.21 0.54 151.15 0.29 0.36
Hex 41 75 5C 2C 0 15 36 97 1D 24
Octal 101 165 134 54 0 25 66 227 35 44
Binary 1000001 1110101 1011100 101100 0 10101 110110 10010111 11101 100100

Color Harmonies of #41755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41755C

Black with #41755C

Text Example


Text Example

White with #41755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41755C; }

 p { color: rgb(65,117,92); }

 H1.HeaderClassName
 {
   color: #41755C;
 }
 .AnyTagClassName
 {
   color: #41755C;
 }
</style>

background-color css

<style>
 a { background-color: #41755C; }

 a { background-color: rgb(65,117,92); }

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

border-color css

<style>
 span { border-color: #41755C; }

 span { border-color: rgb(65,117,92); }

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