Html Css Color HEX #41785A Amazon

📋 copy color: '#41785A'

red 65 ◦ green 120 ◦ blue 90

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

Shades of Amazon #41785A

Tints of Amazon #41785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.64%

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

R = 23.64%
G = 43.64%
B = 32.73%

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

#41785A (or 0x41785A) is known color: Amazon. HEX triplet: 41, 78 and 5A. RGB value is (65,120,90). Sum of RGB (Red+Green+Blue) = 65+120+90=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #41785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41785A is #BE87A5. Grayscale: #646464. Windows color (decimal): -12486566 or 5929025. OLE color: 5929025.

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

Color convert

RGB 65 120 90 -
CMYK 0.46 0 0.25 0.53
HSL 147.27º 0.3% 0.36% -
HSV(B) 147.27º 0.46% 0.47% -
XYZ 10.74 15.29 12.06 -
YUV 100.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 65 120 90 0.46 0 0.25 0.53 147.27 0.3 0.36
Hex 41 78 5A 2E 0 19 35 93 1E 24
Octal 101 170 132 56 0 31 65 223 36 44
Binary 1000001 1111000 1011010 101110 0 11001 110101 10010011 11110 100100

Color Harmonies of #41785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41785A

Black with #41785A

Text Example


Text Example

White with #41785A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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