Html Css Color HEX #417459 Amazon

📋 copy color: '#417459'

red 65 ◦ green 116 ◦ blue 89

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

Shades of Amazon #417459

Tints of Amazon #417459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

 BLUE value IS 89 (35.16% from 255) = 32.96%

R = 24.07%
G = 42.96%
B = 32.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#417459 (or 0x417459) is known color: Amazon. HEX triplet: 41, 74 and 59. RGB value is (65,116,89). Sum of RGB (Red+Green+Blue) = 65+116+89=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #417459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417459 is #BE8BA6. Grayscale: #616161. Windows color (decimal): -12487591 or 5862465. OLE color: 5862465.

HSL color Cylindrical-coordinate representation of color #417459: hue angle of 148.24º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417459 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 89 -
CMYK 0.44 0 0.23 0.55
HSL 148.24º 0.28% 0.35% -
HSV(B) 148.24º 0.44% 0.45% -
XYZ 10.23 14.34 11.68 -
YUV 97.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 65 116 89 0.44 0 0.23 0.55 148.24 0.28 0.35
Hex 41 74 59 2C 0 17 37 94 1C 23
Octal 101 164 131 54 0 27 67 224 34 43
Binary 1000001 1110100 1011001 101100 0 10111 110111 10010100 11100 100011

Color Harmonies of #417459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417459

Black with #417459

Text Example


Text Example

White with #417459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417459; }

 p { color: rgb(65,116,89); }

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

background-color css

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

 a { background-color: rgb(65,116,89); }

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

border-color css

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

 span { border-color: rgb(65,116,89); }

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