Html Css Color HEX #417F56 Amazon

📋 copy color: '#417F56'

red 65 ◦ green 127 ◦ blue 86

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

Shades of Amazon #417F56

Tints of Amazon #417F56

RGB

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

 GREEN value IS 127 (50% from 255) = 45.68%

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 23.38%
G = 45.68%
B = 30.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#417F56 (or 0x417F56) is known color: Amazon. HEX triplet: 41, 7F and 56. RGB value is (65,127,86). Sum of RGB (Red+Green+Blue) = 65+127+86=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #417F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F56 is #BE80A9. Grayscale: #676767. Windows color (decimal): -12484778 or 5668673. OLE color: 5668673.

HSL color Cylindrical-coordinate representation of color #417F56: hue angle of 140.32º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F56 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 86 -
CMYK 0.49 0 0.32 0.50
HSL 140.32º 0.32% 0.38% -
HSV(B) 140.32º 0.49% 0.5% -
XYZ 11.45 16.97 11.48 -
YUV 103.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 65 127 86 0.49 0 0.32 0.50 140.32 0.32 0.38
Hex 41 7F 56 31 0 20 32 8C 20 26
Octal 101 177 126 61 0 40 62 214 40 46
Binary 1000001 1111111 1010110 110001 0 100000 110010 10001100 100000 100110

Color Harmonies of #417F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F56

Black with #417F56

Text Example


Text Example

White with #417F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417F56; }

 p { color: rgb(65,127,86); }

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

background-color css

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

 a { background-color: rgb(65,127,86); }

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

border-color css

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

 span { border-color: rgb(65,127,86); }

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