Html Css Color HEX #416D52 Amazon

📋 copy color: '#416D52'

red 65 ◦ green 109 ◦ blue 82

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

Shades of Amazon #416D52

Tints of Amazon #416D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.58%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 25.39%
G = 42.58%
B = 32.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#416D52 (or 0x416D52) is known color: Amazon. HEX triplet: 41, 6D and 52. RGB value is (65,109,82). Sum of RGB (Red+Green+Blue) = 65+109+82=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #416D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D52 is #BE92AD. Grayscale: #5C5C5C. Windows color (decimal): -12489390 or 5401921. OLE color: 5401921.

HSL color Cylindrical-coordinate representation of color #416D52: hue angle of 143.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416D52 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 109 82 -
CMYK 0.40 0 0.25 0.57
HSL 143.18º 0.25% 0.34% -
HSV(B) 143.18º 0.4% 0.43% -
XYZ 9.17 12.67 9.94 -
YUV 92.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 65 109 82 0.40 0 0.25 0.57 143.18 0.25 0.34
Hex 41 6D 52 28 0 19 39 8F 19 22
Octal 101 155 122 50 0 31 71 217 31 42
Binary 1000001 1101101 1010010 101000 0 11001 111001 10001111 11001 100010

Color Harmonies of #416D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D52

Black with #416D52

Text Example


Text Example

White with #416D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416D52; }

 p { color: rgb(65,109,82); }

 H1.HeaderClassName
 {
   color: #416D52;
 }
 .AnyTagClassName
 {
   color: #416D52;
 }
</style>

background-color css

<style>
 a { background-color: #416D52; }

 a { background-color: rgb(65,109,82); }

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

border-color css

<style>
 span { border-color: #416D52; }

 span { border-color: rgb(65,109,82); }

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