Html Css Color HEX #417658 Amazon

📋 copy color: '#417658'

red 65 ◦ green 118 ◦ blue 88

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

Shades of Amazon #417658

Tints of Amazon #417658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.54%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 23.99%
G = 43.54%
B = 32.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#417658 (or 0x417658) is known color: Amazon. HEX triplet: 41, 76 and 58. RGB value is (65,118,88). Sum of RGB (Red+Green+Blue) = 65+118+88=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 118 - color contains mainly: green. Hex color #417658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417658 is #BE89A7. Grayscale: #626262. Windows color (decimal): -12487080 or 5797441. OLE color: 5797441.

HSL color Cylindrical-coordinate representation of color #417658: hue angle of 146.04º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417658 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 88 -
CMYK 0.45 0 0.25 0.54
HSL 146.04º 0.29% 0.36% -
HSV(B) 146.04º 0.45% 0.46% -
XYZ 10.42 14.79 11.54 -
YUV 98.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 65 118 88 0.45 0 0.25 0.54 146.04 0.29 0.36
Hex 41 76 58 2D 0 19 36 92 1D 24
Octal 101 166 130 55 0 31 66 222 35 44
Binary 1000001 1110110 1011000 101101 0 11001 110110 10010010 11101 100100

Color Harmonies of #417658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417658

Black with #417658

Text Example


Text Example

White with #417658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417658; }

 p { color: rgb(65,118,88); }

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

background-color css

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

 a { background-color: rgb(65,118,88); }

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

border-color css

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

 span { border-color: rgb(65,118,88); }

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