Html Css Color HEX #41795B Amazon

📋 copy color: '#41795B'

red 65 ◦ green 121 ◦ blue 91

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

Shades of Amazon #41795B

Tints of Amazon #41795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

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

R = 23.47%
G = 43.68%
B = 32.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#41795B (or 0x41795B) is known color: Amazon. HEX triplet: 41, 79 and 5B. RGB value is (65,121,91). Sum of RGB (Red+Green+Blue) = 65+121+91=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #41795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41795B is #BE86A4. Grayscale: #646464. Windows color (decimal): -12486309 or 5994817. OLE color: 5994817.

HSL color Cylindrical-coordinate representation of color #41795B: hue angle of 147.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41795B is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 121 91 -
CMYK 0.46 0 0.25 0.53
HSL 147.86º 0.3% 0.36% -
HSV(B) 147.86º 0.46% 0.47% -
XYZ 10.91 15.55 12.32 -
YUV 100.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 65 121 91 0.46 0 0.25 0.53 147.86 0.3 0.36
Hex 41 79 5B 2E 0 19 35 94 1E 24
Octal 101 171 133 56 0 31 65 224 36 44
Binary 1000001 1111001 1011011 101110 0 11001 110101 10010100 11110 100100

Color Harmonies of #41795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41795B

Black with #41795B

Text Example


Text Example

White with #41795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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