Html Css Color HEX #417854 Amazon

📋 copy color: '#417854'

red 65 ◦ green 120 ◦ blue 84

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

Shades of Amazon #417854

Tints of Amazon #417854

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 24.16%
G = 44.61%
B = 31.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#417854 (or 0x417854) is known color: Amazon. HEX triplet: 41, 78 and 54. RGB value is (65,120,84). Sum of RGB (Red+Green+Blue) = 65+120+84=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #417854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417854 is #BE87AB. Grayscale: #636363. Windows color (decimal): -12486572 or 5535809. OLE color: 5535809.

HSL color Cylindrical-coordinate representation of color #417854: hue angle of 140.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #417854 is Cyan = 0.46, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 84 -
CMYK 0.46 0 0.3 0.53
HSL 140.73º 0.3% 0.36% -
HSV(B) 140.73º 0.46% 0.47% -
XYZ 10.5 15.2 10.77 -
YUV 99.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 65 120 84 0.46 0 0.3 0.53 140.73 0.3 0.36
Hex 41 78 54 2E 0 1E 35 8D 1E 24
Octal 101 170 124 56 0 36 65 215 36 44
Binary 1000001 1111000 1010100 101110 0 11110 110101 10001101 11110 100100

Color Harmonies of #417854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417854

Black with #417854

Text Example


Text Example

White with #417854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417854; }

 p { color: rgb(65,120,84); }

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

background-color css

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

 a { background-color: rgb(65,120,84); }

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

border-color css

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

 span { border-color: rgb(65,120,84); }

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