Html Css Color HEX #41775E Amazon

📋 copy color: '#41775E'

red 65 ◦ green 119 ◦ blue 94

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

Shades of Amazon #41775E

Tints of Amazon #41775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.81%

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

R = 23.38%
G = 42.81%
B = 33.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#41775E (or 0x41775E) is known color: Amazon. HEX triplet: 41, 77 and 5E. RGB value is (65,119,94). Sum of RGB (Red+Green+Blue) = 65+119+94=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #41775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775E is #BE88A1. Grayscale: #646464. Windows color (decimal): -12486818 or 6190913. OLE color: 6190913.

HSL color Cylindrical-coordinate representation of color #41775E: hue angle of 152.22º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41775E is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 94 -
CMYK 0.45 0 0.21 0.53
HSL 152.22º 0.29% 0.36% -
HSV(B) 152.22º 0.45% 0.47% -
XYZ 10.8 15.13 12.94 -
YUV 100 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 65 119 94 0.45 0 0.21 0.53 152.22 0.29 0.36
Hex 41 77 5E 2D 0 15 35 98 1D 24
Octal 101 167 136 55 0 25 65 230 35 44
Binary 1000001 1110111 1011110 101101 0 10101 110101 10011000 11101 100100

Color Harmonies of #41775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41775E

Black with #41775E

Text Example


Text Example

White with #41775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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