Html Css Color HEX #417050 Amazon

📋 copy color: '#417050'

red 65 ◦ green 112 ◦ blue 80

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

Shades of Amazon #417050

Tints of Amazon #417050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.58%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 25.29%
G = 43.58%
B = 31.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#417050 (or 0x417050) is known color: Amazon. HEX triplet: 41, 70 and 50. RGB value is (65,112,80). Sum of RGB (Red+Green+Blue) = 65+112+80=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #417050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417050 is #BE8FAF. Grayscale: #5E5E5E. Windows color (decimal): -12488624 or 5271617. OLE color: 5271617.

HSL color Cylindrical-coordinate representation of color #417050: hue angle of 139.15º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417050 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 80 -
CMYK 0.42 0 0.29 0.56
HSL 139.15º 0.27% 0.35% -
HSV(B) 139.15º 0.42% 0.44% -
XYZ 9.42 13.29 9.66 -
YUV 94.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 65 112 80 0.42 0 0.29 0.56 139.15 0.27 0.35
Hex 41 70 50 2A 0 1D 38 8B 1B 23
Octal 101 160 120 52 0 35 70 213 33 43
Binary 1000001 1110000 1010000 101010 0 11101 111000 10001011 11011 100011

Color Harmonies of #417050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417050

Black with #417050

Text Example


Text Example

White with #417050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417050; }

 p { color: rgb(65,112,80); }

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

background-color css

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

 a { background-color: rgb(65,112,80); }

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

border-color css

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

 span { border-color: rgb(65,112,80); }

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