Html Css Color HEX #417655 Amazon

📋 copy color: '#417655'

red 65 ◦ green 118 ◦ blue 85

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

Shades of Amazon #417655

Tints of Amazon #417655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 24.25%
G = 44.03%
B = 31.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#417655 (or 0x417655) is known color: Amazon. HEX triplet: 41, 76 and 55. RGB value is (65,118,85). Sum of RGB (Red+Green+Blue) = 65+118+85=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #417655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417655 is #BE89AA. Grayscale: #626262. Windows color (decimal): -12487083 or 5600833. OLE color: 5600833.

HSL color Cylindrical-coordinate representation of color #417655: hue angle of 142.64º 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 #417655 is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 85 -
CMYK 0.45 0 0.28 0.54
HSL 142.64º 0.29% 0.36% -
HSV(B) 142.64º 0.45% 0.46% -
XYZ 10.3 14.74 10.9 -
YUV 98.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 65 118 85 0.45 0 0.28 0.54 142.64 0.29 0.36
Hex 41 76 55 2D 0 1C 36 8F 1D 24
Octal 101 166 125 55 0 34 66 217 35 44
Binary 1000001 1110110 1010101 101101 0 11100 110110 10001111 11101 100100

Color Harmonies of #417655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417655

Black with #417655

Text Example


Text Example

White with #417655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417655; }

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

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

background-color css

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

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

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

border-color css

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

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

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