Html Css Color HEX #41785D Amazon

📋 copy color: '#41785D'

red 65 ◦ green 120 ◦ blue 93

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

Shades of Amazon #41785D

Tints of Amazon #41785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 23.38%
G = 43.17%
B = 33.45%

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

#41785D (or 0x41785D) is known color: Amazon. HEX triplet: 41, 78 and 5D. RGB value is (65,120,93). Sum of RGB (Red+Green+Blue) = 65+120+93=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #41785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41785D is #BE87A2. Grayscale: #646464. Windows color (decimal): -12486563 or 6125633. OLE color: 6125633.

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

Color convert

RGB 65 120 93 -
CMYK 0.46 0 0.22 0.53
HSL 150.55º 0.3% 0.36% -
HSV(B) 150.55º 0.46% 0.47% -
XYZ 10.87 15.35 12.75 -
YUV 100.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 65 120 93 0.46 0 0.22 0.53 150.55 0.3 0.36
Hex 41 78 5D 2E 0 16 35 97 1E 24
Octal 101 170 135 56 0 26 65 227 36 44
Binary 1000001 1111000 1011101 101110 0 10110 110101 10010111 11110 100100

Color Harmonies of #41785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41785D

Black with #41785D

Text Example


Text Example

White with #41785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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