Html Css Color HEX #41755D Amazon

📋 copy color: '#41755D'

red 65 ◦ green 117 ◦ blue 93

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

Shades of Amazon #41755D

Tints of Amazon #41755D

RGB

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

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

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

R = 23.64%
G = 42.55%
B = 33.82%

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

#41755D (or 0x41755D) is known color: Amazon. HEX triplet: 41, 75 and 5D. RGB value is (65,117,93). Sum of RGB (Red+Green+Blue) = 65+117+93=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #41755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41755D is #BE8AA2. Grayscale: #626262. Windows color (decimal): -12487331 or 6124865. OLE color: 6124865.

HSL color Cylindrical-coordinate representation of color #41755D: hue angle of 152.31º 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 #41755D is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 93 -
CMYK 0.44 0 0.21 0.54
HSL 152.31º 0.29% 0.36% -
HSV(B) 152.31º 0.44% 0.46% -
XYZ 10.52 14.64 12.63 -
YUV 98.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 65 117 93 0.44 0 0.21 0.54 152.31 0.29 0.36
Hex 41 75 5D 2C 0 15 36 98 1D 24
Octal 101 165 135 54 0 25 66 230 35 44
Binary 1000001 1110101 1011101 101100 0 10101 110110 10011000 11101 100100

Color Harmonies of #41755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41755D

Black with #41755D

Text Example


Text Example

White with #41755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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