Html Css Color HEX #418057 Amazon

📋 copy color: '#418057'

red 65 ◦ green 128 ◦ blue 87

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

Shades of Amazon #418057

Tints of Amazon #418057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 23.21%
G = 45.71%
B = 31.07%

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

#418057 (or 0x418057) is known color: Amazon. HEX triplet: 41, 80 and 57. RGB value is (65,128,87). Sum of RGB (Red+Green+Blue) = 65+128+87=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #418057 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418057 is #BE7FA8. Grayscale: #686868. Windows color (decimal): -12484521 or 5734465. OLE color: 5734465.

HSL color Cylindrical-coordinate representation of color #418057: hue angle of 140.95º degrees, saturation: 0.33, 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 #418057 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 87 -
CMYK 0.49 0 0.32 0.50
HSL 140.95º 0.33% 0.38% -
HSV(B) 140.95º 0.49% 0.5% -
XYZ 11.62 17.25 11.73 -
YUV 104.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 65 128 87 0.49 0 0.32 0.50 140.95 0.33 0.38
Hex 41 80 57 31 0 20 32 8D 21 26
Octal 101 200 127 61 0 40 62 215 41 46
Binary 1000001 10000000 1010111 110001 0 100000 110010 10001101 100001 100110

Color Harmonies of #418057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418057

Black with #418057

Text Example


Text Example

White with #418057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418057; }

 p { color: rgb(65,128,87); }

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

background-color css

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

 a { background-color: rgb(65,128,87); }

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

border-color css

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

 span { border-color: rgb(65,128,87); }

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