Html Css Color HEX #41775A Amazon

📋 copy color: '#41775A'

red 65 ◦ green 119 ◦ blue 90

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

Shades of Amazon #41775A

Tints of Amazon #41775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 23.72%
G = 43.43%
B = 32.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#41775A (or 0x41775A) is known color: Amazon. HEX triplet: 41, 77 and 5A. RGB value is (65,119,90). Sum of RGB (Red+Green+Blue) = 65+119+90=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #41775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775A is #BE88A5. Grayscale: #636363. Windows color (decimal): -12486822 or 5928769. OLE color: 5928769.

HSL color Cylindrical-coordinate representation of color #41775A: hue angle of 147.78º 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 #41775A is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 90 -
CMYK 0.45 0 0.24 0.53
HSL 147.78º 0.29% 0.36% -
HSV(B) 147.78º 0.45% 0.47% -
XYZ 10.62 15.06 12.02 -
YUV 99.55 122.61 103.36 -
System Red Green Blue C M Y K H S L
Decimal 65 119 90 0.45 0 0.24 0.53 147.78 0.29 0.36
Hex 41 77 5A 2D 0 18 35 94 1D 24
Octal 101 167 132 55 0 30 65 224 35 44
Binary 1000001 1110111 1011010 101101 0 11000 110101 10010100 11101 100100

Color Harmonies of #41775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41775A

Black with #41775A

Text Example


Text Example

White with #41775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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