Html Css Color HEX #417051 Amazon

📋 copy color: '#417051'

red 65 ◦ green 112 ◦ blue 81

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

Shades of Amazon #417051

Tints of Amazon #417051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

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

R = 25.19%
G = 43.41%
B = 31.4%

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

#417051 (or 0x417051) is known color: Amazon. HEX triplet: 41, 70 and 51. RGB value is (65,112,81). Sum of RGB (Red+Green+Blue) = 65+112+81=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #417051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417051 is #BE8FAE. Grayscale: #5E5E5E. Windows color (decimal): -12488623 or 5337153. OLE color: 5337153.

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

Color convert

RGB 65 112 81 -
CMYK 0.42 0 0.28 0.56
HSL 140.43º 0.27% 0.35% -
HSV(B) 140.43º 0.42% 0.44% -
XYZ 9.46 13.31 9.85 -
YUV 94.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 65 112 81 0.42 0 0.28 0.56 140.43 0.27 0.35
Hex 41 70 51 2A 0 1C 38 8C 1B 23
Octal 101 160 121 52 0 34 70 214 33 43
Binary 1000001 1110000 1010001 101010 0 11100 111000 10001100 11011 100011

Color Harmonies of #417051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417051

Black with #417051

Text Example


Text Example

White with #417051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417051; }

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

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

background-color css

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

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

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

border-color css

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

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

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