Html Css Color HEX #41785E Amazon

📋 copy color: '#41785E'

red 65 ◦ green 120 ◦ blue 94

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

Shades of Amazon #41785E

Tints of Amazon #41785E

RGB

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

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

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

R = 23.3%
G = 43.01%
B = 33.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#41785E (or 0x41785E) is known color: Amazon. HEX triplet: 41, 78 and 5E. RGB value is (65,120,94). Sum of RGB (Red+Green+Blue) = 65+120+94=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #41785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41785E is #BE87A1. Grayscale: #646464. Windows color (decimal): -12486562 or 6191169. OLE color: 6191169.

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

Color convert

RGB 65 120 94 -
CMYK 0.46 0 0.22 0.53
HSL 151.64º 0.3% 0.36% -
HSV(B) 151.64º 0.46% 0.47% -
XYZ 10.92 15.36 12.98 -
YUV 100.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 65 120 94 0.46 0 0.22 0.53 151.64 0.3 0.36
Hex 41 78 5E 2E 0 16 35 98 1E 24
Octal 101 170 136 56 0 26 65 230 36 44
Binary 1000001 1111000 1011110 101110 0 10110 110101 10011000 11110 100100

Color Harmonies of #41785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41785E

Black with #41785E

Text Example


Text Example

White with #41785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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