Html Css Color HEX #41775B Amazon

📋 copy color: '#41775B'

red 65 ◦ green 119 ◦ blue 91

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

Shades of Amazon #41775B

Tints of Amazon #41775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 23.64%
G = 43.27%
B = 33.09%

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

#41775B (or 0x41775B) is known color: Amazon. HEX triplet: 41, 77 and 5B. RGB value is (65,119,91). Sum of RGB (Red+Green+Blue) = 65+119+91=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #41775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41775B is #BE88A4. Grayscale: #636363. Windows color (decimal): -12486821 or 5994305. OLE color: 5994305.

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

Color convert

RGB 65 119 91 -
CMYK 0.45 0 0.24 0.53
HSL 148.89º 0.29% 0.36% -
HSV(B) 148.89º 0.45% 0.47% -
XYZ 10.67 15.07 12.24 -
YUV 99.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 65 119 91 0.45 0 0.24 0.53 148.89 0.29 0.36
Hex 41 77 5B 2D 0 18 35 95 1D 24
Octal 101 167 133 55 0 30 65 225 35 44
Binary 1000001 1110111 1011011 101101 0 11000 110101 10010101 11101 100100

Color Harmonies of #41775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41775B

Black with #41775B

Text Example


Text Example

White with #41775B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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