Html Css Color HEX #417151 Amazon

📋 copy color: '#417151'

red 65 ◦ green 113 ◦ blue 81

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

Shades of Amazon #417151

Tints of Amazon #417151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 25.1%
G = 43.63%
B = 31.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#417151 (or 0x417151) is known color: Amazon. HEX triplet: 41, 71 and 51. RGB value is (65,113,81). Sum of RGB (Red+Green+Blue) = 65+113+81=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #417151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417151 is #BE8EAE. Grayscale: #5F5F5F. Windows color (decimal): -12488367 or 5337409. OLE color: 5337409.

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

Color convert

RGB 65 113 81 -
CMYK 0.42 0 0.28 0.56
HSL 140º 0.27% 0.35% -
HSV(B) 140º 0.42% 0.44% -
XYZ 9.57 13.53 9.89 -
YUV 95 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 65 113 81 0.42 0 0.28 0.56 140 0.27 0.35
Hex 41 71 51 2A 0 1C 38 8C 1B 23
Octal 101 161 121 52 0 34 70 214 33 43
Binary 1000001 1110001 1010001 101010 0 11100 111000 10001100 11011 100011

Color Harmonies of #417151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417151

Black with #417151

Text Example


Text Example

White with #417151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417151; }

 p { color: rgb(65,113,81); }

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

background-color css

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

 a { background-color: rgb(65,113,81); }

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

border-color css

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

 span { border-color: rgb(65,113,81); }

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